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
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why static functions always uses static variables?
Can we override main method?
write a C++ program for booking using constructor and destructor.
define oops concept with example
Get me a number puzzle game-program
difference between structure and union.
What is byval and byref? What are differences between them?
Which type does string inherit from?
how does a main() in C++ is different from main() in C?
What is the real time example of inheritance?
what are the ways in which a constructors can be called?