Answer Posted / anjana
FUNCTION OVER LOADING:
TWO OR MORE FUNCTIONS HAVING THE SAME NAME IS CALLED THEY ARE SAID TO BE FUNCTION OVER LOADING.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is stream in oop?
What is abstraction with example?
write string class as your own class in java without using any built-in function
What is super in oop?
What is encapsulation in simple terms?
Why do pointers exist?
What is destructor example?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why is object oriented programming so hard?
What is the full form of oops?
What is encapsulation process?
What is the use of oops?
Why do we use oop?
write a C++ program for booking using constructor and destructor.