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
what are the realtime excercises in C++?
what type of questions
How do you explain polymorphism?
Why do we use oops?
Why do we use class in oops?
Explain the advantages of inheritance.
What are two types of polymorphism?
What exactly is polymorphism?
Can an interface inherit a class?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the difference between abstraction and polymorphism?
State what is encapsulation and friend function?
What is polymorphism and types?
what is the sylabus for priliminaries?