Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


The "virtual" specifier in a member function enables which
one of the following?
a) Monmorphism
b) Late binding
c) Metamorphism
d) Solomorphism
e) Inheritance

Answers were Sorted based on User's Feedback



The "virtual" specifier in a member function enables which one of the following? a) Mo..

Answer / guest

Late binding

Is This Answer Correct ?    9 Yes 0 No

The "virtual" specifier in a member function enables which one of the following? a) Mo..

Answer / richa

Late Binding

Is This Answer Correct ?    6 Yes 0 No

The "virtual" specifier in a member function enables which one of the following? a) Mo..

Answer / monica

Inheritance

Is This Answer Correct ?    0 Yes 0 No

The "virtual" specifier in a member function enables which one of the following? a) Mo..

Answer / leo theboss

Metamorphism

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

print first nodd numbers in descending order

7 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


What is singleton pattern in c++?

0 Answers  


What is a driver program?

0 Answers  


How many types of classes are there in c++?

0 Answers  


Write a program in C++ for Fibonacci series

0 Answers   Axtria, ITC Indian Tobacco Company,


what is Member Functions in Classes?

0 Answers  


What is rvalue?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Describe the advantages of operator overloading?

0 Answers  


What is conditions when using boolean operators?

0 Answers  


What do you mean by “this” pointer?

0 Answers  


Categories