GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Covansys  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 6 of 43    Print  
What is Virtual member function?


  
Total Answers and Comments: 2 Last Update: January 05, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 04, 2005 10:33:36   #1  
Jagannatha        

RE: What is Virtual member function?
virtual memberfunction is used in dynamic binding
 
Is this answer useful? Yes | No
January 05, 2007 08:53:14   #2  
pagla_ghoda        

RE: What is Virtual member function?


member functions declared as virtual can be over-ridden in the derived class.
non-virtual members are reolved at compile time or static binding.
virtual functions are resolved at run-time or dynamic binding.

 
Is this answer useful? Yes | No

 Related Questions

How to pass two arguments to a function prompted to by function pointer A. g -> (1,2) B. *g(1,2) C. (*g)(1,2) D. g(1,2)
C  
Tags : Pointer

Encapsulation A. Aggregation of member objects B. Aggregation of member functions C. Used to incorporate data hiding
C  

Latest Answer : member functions declared as "virtual", can be over-ridden in the derived class.non-virtual members are reolved at compile time,or static binding.virtual functions are resolved at run-time,or dynamic binding. ...

constructor cannot return value  
Latest Answer : Function is a block of code, it can return a value.Constructor can't return a value. ...

Difference between virtual memory and swapping A. virtual memory used to store a part of process in memory whereas swapping can either put in entire process memory or out B. swapping used to store part of a process C. Both are same D. Both are different concepts used to resolve different problems


 Sponsored Links

 
Related Articles

Online Virtual Business Network

How to begin an Online Virtual Business Network What is Virtual Business Network Business and commerce right from the ancient days depended a lot on the physical representation of the business and the physical identity of the customers and other collaborators Most of the business dealings were done
 

Agility in Virtual Business Networks

Agility in Virtual Business Networks Agility means responding to rapid changes and continuous change management With the rapid economic changes and unexpected market behavior the virtual business networks have to adapt themselves to be able to respond in a timely and fast manner Therefore agility pr
 

Creating Virtual Business Network

Requirements of Virtual Business Network The sudden expansion of electronic commerce has resulted in many changes in the way business is done globally The virtual business network is the buzz word among the business communities internet community and freelance work seekers Traditional business strat
 

Business Network Virtual Communication Tools

Business Network Virtual Communication Tools Since ages the Business community heavily relied on face to face communication for building Business relationships Face to face communications formed the basis for trust in a relationship An individual’ s appearance or the physical appearance of
 

Virtual Business Networks

Virtual Business Networks Classification of Virtual Business Networks Virtual Business Network is the most discussed topic among the Business Communities nowadays The basic definition of a Virtual Business Network means a group of small Businesses joining together to collaborate and co operate to ac
 

Collaboration in Virtual Business Networks

Collaboration in Virtual Business Networks Most common businesses are small and majority of them are home based businesses The small businesses have different common fields ranging from the traditional consumer business to technological trading Mostly these small businesses have been responsible for
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

C++ Virtual Functions

C Virtual Functions What are Virtual Functions Virtual as the name implies is something that exists in effect but not in reality The concept of virtual function is the same as a function but it does not really exist although it appears in needed places in a program The object oriented programming la
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

What is DECODE function used for?

DECODE is used to decode a CHAR or VARCHAR2 or NUMBER into any of several different character strings or numbers based on value. That is DECODE does a value-by-value substitution. For every value that is given in the DECODE function it makes an if then check and matches the value. The general format
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape