how can we design a magic square in c++?or suggest me the
basic idea of it.
Answer Posted / anu
I don't understand above answer.... can anyone explain in
detail...?? plz.....
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
What are objects in oop?
Which language is pure oop?
How do you define social class?
What is encapsulation in oops?
What is encapsulation example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Is html an oop?
What is destructor in 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
Whats oop mean?
What is abstraction in oop?
What does and I oop mean?
What are the two different types of polymorphism?
2. Give the different notations for the class.\