i am getting an of the type can not convert int to int *.
to overcome this problem what we should do?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use polymorphism in oops?
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 does and I oop mean?
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
create a c++ program that will accepts 9 inputs using 3 by 3 array.
what is the definition of incapsulation
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 is polymorphism in oops?
Which language is pure oop?
What does it mean when someone says I oop?
Why is polymorphism used?