Answer Posted / btech
Class that has at least one pure virtual function
Class that Can not be instantiated
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why should a c++ programmer be interested in stl?
Explain about vectors in c ++?
How does c++ structure differ from c++ class?
What is the purpose of ios::basefield in the following statement?
What is diamond problem in c++?
What is lvalue?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Where must the declaration of a friend function appear?
What are functions in oop?
What is c++ mutable?
Can I learn c++ in a week?
How come you find out if a linked-list is a cycle or not?
What is C++11?
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
Mention the ways in which parameterized can be invoked. Give an example of each.