what is the difference between class and structure in C++?
Answer Posted / pradeepramagiri
class members have the privite access by default where as
structure members have the public access by default
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
What is the full form of oops?
What is polymorphism in oop example?
Can we create object of abstract class?
Can you inherit a private class?
Templates mean
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
write string class as your own class in java without using any built-in function
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Can destructor be overloaded?
What is a superclass in oop?
What is the difference between inheritance and polymorphism?
What does no cap mean?
What is static in oop?
Why is oop useful?