Answer Posted / priyanka agrawal
In overloading functions will have same name but different
parameters lists but in overloading functions must have
same name and same signature.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is meant by multiple inheritance?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Whats oop mean?
What do you mean by abstraction?
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.
Are polymorphisms mutations?
write a program to find 2^n+1 ?
What is abstraction and encapsulation?
What is the real time example of encapsulation?
What are the two different types of polymorphism?
What is the point of oop?
What is debug class?what is trace class? What differences are between them? With examples.
How to improve object oriented design skills?
is there any choice in opting subjects like 4 out of 7
Why is polymorphism needed?