what is the main difference between c and c++?
Answer Posted / madhav
in c we use ()type of brackets but in c++ we use angular
brackets for input and standered output functions
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
#include
What is use of overloading?
Which language is pure oop?
Why do we use encapsulation in oops?
Can we define a class within the interface?
How to use CMutex, CSemaphore in VC++ MFC
What are classes oop?
What is the importance of oop?
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?
explain sub-type and sub class? atleast u have differ it into 4 points?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is difference between polymorphism and inheritance?
What is interface? When and where is it used?
What are benefits of oop?
Which language is not a true object oriented programming language?