Answer Posted / saranya
a class can have more than one method with same function
name but different in parameter passing is said to be
method overloading
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
program for insertion ,deletion,sorting in double link list
What are two types of polymorphism?
Why do pointers exist?
What is an interface in oop?
What is pointer in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
how to get the oracle certification? send me the answer
What is encapsulation and abstraction? How are they implemented in C++?
Whats is abstraction in oops?
What is difference between data abstraction and encapsulation?
Which is better struts or spring?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
#include