Answer Posted / manish chakravarti
In overloading functions will have same name but different
signatures(type of parameters,number of parameters etc..).
but in overloading functions must have same name and
signature.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you define social class?
What are the 4 pillars of oop?
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?
What is encapsulation in ict?
Can static class have constructor?
What is difference between polymorphism and inheritance?
What are the benefits of interface?
Why is abstraction used?
Explain the advantages of inheritance.
What is overriding vs overloading?
Is data hiding and abstraction same?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What are the two different types of polymorphism?
Why is abstraction needed?
What is class and example?