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 difference between abstraction and encapsulation?
What is meant by multiple inheritance?
What are functions in oop?
What is object in oop with example?
What are constructors in oop?
What is the real time example of encapsulation?
What is encapsulation with real life example?
What is the main feature of oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Which language is pure oop?
What is destructor example?
What does enum stand for?
What is a function in oop?
What is multilevel inheritance?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?