what is a virtual class?
Answer Posted / raj
In multiple inheritance when a class D is derived by two
base classes B and C and both base class is also inherite
by same class A then then class D will get duplicate copy
of uppper most base class A.In this case class A will
declare as virtual class
| Is This Answer Correct ? | 41 Yes | 5 No |
Post New Answer View All Answers
What is the main feature of oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
what is the drawback of classical methods in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
Advantage and disadvantage of routing in telecom sector
Why do we use class?
What are the three main types of variables?
What is object in oops?
Why polymorphism is used in oops?
What are the 3 principles of oop?
What is destructor example?
What is encapsulation oop?
• What are the desirable attributes for memory managment?
Why do we need polymorphism in c#?
What are the benefits of interface?