Difference between over loading and over ridding?
Answer Posted / srabani
overloading means one function name havimg different
arguements.
but overriding means the base as well as the derived class
havimg same function name
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
write knight tour problem which is present in datastructure
Why do while loop is used?
What is class and object in oops?
What are functions in oop?
What is abstraction with example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is an advantage of polymorphism?
What is abstraction encapsulation?
Write a program to sort the number with different sorts in one program ??
What are two types of polymorphism?
Why do pointers exist?
Why do we use polymorphism?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Why do we need polymorphism in c#?
What are the 4 main oop principles?