what are the disadvantages of C++?
Answer Posted / guest
more error will occur
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is abstraction with example?
Why interface is used?
What is encapsulation in ict?
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?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is polymorphism give a real life example? What is the point of oop? class CTest
{
public:
void someMethod()
{
int nCount = 0;
cout << "This is some method --> " << nCount;
}
};
int main()
{
CTest *pctest;
pctest->someMethod();
return 0;
}
It will executes the someMethod() and displays the value
too. how is it possible with our creating memory for the
class . i think iam not creating object for the class.
Thanks in Advance...
Prakash Which is not an object oriented programming language? can inline function declare in private part of class? Is oop better than procedural? Please send ford technologies placement paper 2 my mail id Why do we use inheritance? How can you overcome the diamond problem in inheritance? What is the main feature of oop?