what isthe difference between c structure and c++ class
Answer Posted / jeremiah
The default scope of a C struct is public, whearas the
default scope of a C++ class is private.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
What is a class oop?
What are the benefits of interface?
Prepare me a program for the animation of train
Why do pointers exist?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
write string class as your own class in java without using any built-in function
• What are the desirable attributes for memory managment?
What are objects in oop?
Write a program to sort the number with different sorts in one program ??
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is debug class?what is trace class? What differences are between them? With examples.
What is multilevel inheritance explain with example?
What is abstraction in oop with example?
Why it is called runtime polymorphism?