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
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why multiple inheritance is not allowed? 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 the main feature of oop? Is oop better than procedural? What is overriding in oops? I have One image (means a group photo ) how to split the
faces only from the image?............ please send the
answer nagadurgaraju@gmail.com thanks in advace...
There are two base class B1,B2 and there is one class D
which is derived from both classes,
Explain the flow of calling constructors and destructors
when an object of derived class is instantiated. What are main features of oop? Why is destructor used? Which method cannot be overridden? 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();
} What is interface? When and where is it used? Why is encapsulation used? What is difference between oop and pop?