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 abstraction in oop with example?
What are the two different types of polymorphism?
What is for loop and its syntax?
What are the benefits of oop?
Why do we use polymorphism in oops?
What is a function in oop?
What is class and object in oops?
What is the difference between inheritance and polymorphism?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
c++ program to swap the objects of two different classes
What is object and class in oops?
Is html an oop?
What is constructor in oop?
What is debug class?what is trace class? What differences are between them? With examples.
Can main method override?