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 Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are the 3 principles of oop?
Are polymorphisms mutations?
What is meant by multiple inheritance?
What are the benefits of oop?
What is cohesion in oop?
What is methods in oop?
write knight tour problem which is present in datastructure
What is the problem with multiple inheritance?
Why is oop useful?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is abstraction encapsulation?
can we make game by using c
What is abstraction and encapsulation?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).