How many types of classes are there in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How size of a class can be calulated?
Where and why do I have to put the "template" and "typename" keywords?
What is the benefit of encapsulation?
What are associate containers?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What are enumerations?
Define vptr.
Why are pointers not used in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is static in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Which programming language is best to learn first?