Difference between over loading and over ridding?
Answer Posted / azhar iqbal
overloading means when you define more than one function
with the same name but different with its signature.
over ridding means give the modified defination of the
inherited functions or methods.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
write string class as your own class in java without using any built-in function
What is constructor in oop?
What are properties in oop?
What does and I oop and sksksk mean?
What is the problem with multiple inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is an example of genetic polymorphism?
• What are the desirable attributes for memory managment?
How do you achieve polymorphism?
What is interface in oop?
Are polymorphisms mutations?
What is the diamond problem in inheritance?
What is multilevel inheritance?
What is overriding in oop?