what is the main difference between c and c++?
Answer Posted / e.e.n.bashy
c is object procedural language but c++ is object oriented
programming language
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does it mean when someone says I oop?
Why is destructor used?
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).
What is the difference between a mixin and inheritance?
Why do we use polymorphism?
Explain virtual inheritance?
What is protected in oop?
How do you answer polymorphism?
Why do we use class?
Is enum a class?
What is ambiguity in inheritance?
What polymorphism means?
Can main method override?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is polymorphism explain its types?