Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Programming Languages > Cpp

Cpp C++ Interview Questions, Learn by sharing C++ Interview Questions asked in various Companies, Get Career advices, Interview Procedures from C++ experts, Post asked C++ Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-10-2008, 07:03 AM
Senior Member
 
Join Date: Feb 2008
Posts: 1,210
Default What are Virtual Functions? How to implement

What are Virtual Functions? How to implement virtual functions in C++ ?
Reply With Quote
  #2 (permalink)  
Old 04-28-2008, 02:30 PM
Junior Member
 
Join Date: Apr 2008
Posts: 4
Default

refer
complete reference for c++
by herbert schildt..
Reply With Quote
  #3 (permalink)  
Old 04-30-2008, 07:07 AM
Junior Member
 
Join Date: Apr 2008
Posts: 3
Default

Quote:
Originally Posted by rakgenius View Post
refer
complete reference for c++
by herbert schildt..
object-oriented programming (OOP), a virtual function or virtual method is a function whose behavior, by virtue of being declared "virtual," is determined by the definition of a function with the same signature furthest in the inheritance lineage of the instantiated object on which it is called. This concept is a very important part of the polymorphism portion of object-oriented programming (OOP).

For Detailed study read any manuals or refer any book.As this is a core feture of OOPS,you can find everywhere
Reply With Quote
Reply

Tags
c++, programming language, software

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On