what isthe difference between c structure and c++ class
Answer Posted / harshad khedekar
c does not allow struct data type to be treated like built-in datatype also it does not supports data hiding concept.in c++ instead of struct we have class which overcomes all the above limitations.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is meant by oops concept?
What is polymorphism explain its types?
What is new keyword in oops?
What is object in oop?
What is balance factor?
What does oop mean in snapchat?
What is object-oriented programming? Webopedia definition
which feature are not hold visual basic of oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is overriding vs overloading?
What is multilevel inheritance?
What is a class and object?
What is interface? When and where is it used?
Can an interface inherit a class?