Answer Posted / pratyaya kumar ghosh
C# allow redefinition of inherited methods in the derived
classes at the cost of hiding the inherited ones using new
modifier.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
What are the 5 oop principles?
What is interface? When and where is it used?
What is difference between inheritance and polymorphism?
What is class and object in oops?
What are main features of oop?
Why is abstraction used?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is encapsulation with real life example?
What is polymorphism give a real life example?
What are the advantages of polymorphism?
Why multiple inheritance is not allowed?
How to call a non virtual function in the derived class by using base class pointer
Give two or more real cenario of virtual function and vertual object
What is a superclass in oop?