They started with the brief introduction followed by few
basic C++ questions on polumorphism, inheritance and then
virtual functions.
What is polymorphims?
How you will access polymorphic functions in C?
How virtual function mechanism works?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism give a real life example?
What is multiple inheritance?
What is cohesion in oop?
What is conditional Compilation?
Child cObj = new Parent() Wahts the output ?
write a C++ program for booking using constructor and destructor.
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
In multilevel inheritance constructors will be executed from the .... class to ... class
what is virtual destructor
What is an orthogonal base class?
What is abstract class in oop?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks