There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
3 7468where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
2 10723Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
2193
is there any choice in opting subjects like 4 out of 7
What is for loop and its syntax?
Write a program to sort the number with different sorts in one program ??
any one please tell me the purpose of operator overloading
What is interface? When and where is it used?
What is persistence in oop?
What is the main feature of oop?
write a C++ program for booking using constructor and destructor.
Which language is not a true object oriented programming language?
How to improve object oriented design skills?
What are different oops concepts?
How to use CMutex, CSemaphore in VC++ MFC
What is the difference between static polymorphism and dynamic polymorphism?
can we make game by using c
Why is static class not inherited?