Difference between over loading and over ridding?
Answer Posted / imlepakshi
over loading : diff functns hvng same name are invoked
during the program whnever required by the programmer.
over ridding : gvs modified defination 2 d functns
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are different oops concepts?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
What is purpose of inheritance?
What is encapsulation in simple terms?
What is polymorphism programming?
What is an advantage of polymorphism?
Is enum a class?
What is class and example?
What is object in oops?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is polymorphism used for?
Whats oop mean?
Write a program to reverse a string using recursive function?
What is a class and object?
Can abstract class have normal methods?