Answer Posted / giri
Virtual keywork is important functionality in C++. We used
virtual class/ function to access function run time.
Virtual function is override the same function in derived
classs and can access through run time using Upcasting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain virtual inheritance?
What is ambiguity in inheritance?
Why do we use polymorphism in oops?
Can we create object of interface?
What is overloading in oops?
What is difference between oop and pop?
When not to use object oriented programming?
What are the 3 principles of oop?
Which type does string inherit from?
What is destructor in oop?
write a C++ program for booking using constructor and destructor.
What is the real time example of encapsulation?
what is the sylabus for priliminaries?
What are the 3 pillars of oop?
What is the point of oop?