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
How to improve object oriented design skills?
Can we create object of interface?
What is static in oop?
What is the point of oop?
What is object and example?
Whats oop mean?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
what is the sylabus for priliminaries?
What is the difference between abstraction and polymorphism?
What causes polymorphism?
What are main features of oop?
#include
What type of loop is a for loop?
What is a superclass in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)