what is the main difference between c and c++?
Answer Posted / sreenvasulu
c is the obeject based programing language
c++ is the obeject oreiented programing language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is inheritance in simple words?
How long to learn object oriented programming?
What is the difference between inheritance and polymorphism?
Why do we use polymorphism in oops?
Why do we use class?
Which type does string inherit from?
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).
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is a class oop?
Can you inherit a private class?
What is encapsulation in simple terms?
What is overriding vs overloading?
Why is abstraction needed?
What is polymorphism give a real life example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?