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
What is the purpose of polymorphism?
Why do pointers exist?
What is polymorphism in oop example?
What is an example of genetic polymorphism?
Write a program to sort the number with different sorts in one program ??
How do you define a class in oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is multilevel inheritance in oop?
Why oops is important?
Plese get me a perfect C++ program for railway/airway reservation with all details.
State what is encapsulation and friend function?
What is encapsulation process?
What is abstraction example?
What is object and example?
What are functions in oop?