Answer Posted / dibyakishore pattanaik
Same function name can be used for different purpose
depending upon three factors i.e number of arguments, type
of arguments and order of arguments in the function
declaration. This is resolved at compile time by the
compiler.
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
Can enum be null?
which feature are not hold visual basic of oop?
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(); }
Why do we use inheritance?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why is oop useful? 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 exactly is polymorphism? Why do we need oop? What is abstraction oop? What is methods in oop? State what is encapsulation and friend function? Which method cannot be overridden? design a c++ class for the chess board,provide a c++ class
definition for such class(only class definition is required) What is destructor in oop?