Answer Posted / pramod
overloading :- There are two functions which have the
same name and they differ only either in their argument
number or argument type like myfunction(int a) and
myfunction(float a).
Overriding :- There are two functions with the eaxtly same
name,same type. One of these functions is in base class and
one will be in derived class
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Which type does string inherit from?
what is the sylabus for priliminaries?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are oops methods?
What is abstraction in oops?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is the difference between inheritance and polymorphism?
What do you mean by abstraction?
How many human genes are polymorphic?
What is oops in simple words?
What is encapsulation with real life example?
What is the advantage of oop over procedural language?
write a C++ program for booking using constructor and destructor.
Why polymorphism is used in oops?
What is the fundamental idea of oop?