What are classes oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is a superclass in oop?
What do you mean by stack program? Get me an example stack program?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
What is the types of inheritance?
what is the main difference between sizeof() operator in c and c++
Why do we use class?
what do you mean by static member variable?
what is the usage of clas templates
What is and I oop mean?
What is polymorphism? Explain with an example.
WAP find square root of any number (without using sqrt() )?
Can static class have constructor?