Answer Posted / dipan
GNU is also known as "linux operating system".
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Prepare me a program for the animation of train
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why polymorphism is used in oops? What is advantage of inheritance? i am getting an of the type can not convert int to int *.
to overcome this problem what we should do? c++ program to swap the objects of two different classes What is overriding in oops? Why do we use encapsulation in oops? What is overloading and its types? What are the 4 pillars of oop? What is the difference between a mixin and inheritance? what's the basic's in dot net Why is oop better than procedural? 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 What is the importance of oop?