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


Please Help Members By Posting Answers For Below Questions

what are the ways in which a constructors can be called?

1676


What are objects in oop?

702


Which language is pure oop?

638


How do you define social class?

681


What is encapsulation in oops?

633






What is encapsulation example?

639


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2193


Is html an oop?

670


What is destructor in oop?

699


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

1808


Whats oop mean?

682


What is abstraction in oop?

726


What does and I oop mean?

710


What are the two different types of polymorphism?

772


2. Give the different notations for the class.\

1670