what is the main difference between c and c++?
Answer Posted / sreenvasulu reddy
c can use main() in c program
But c++ can use void main() in c++ program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 coupling in oops?
What is polymorphism in oops with example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Which type does string inherit from?
How to hide the base class functionality in Inheritance?
What are the 3 principles of oop?
write a program that takes input in digits and display the result in words from 1 to 1000
How to improve object oriented design skills?
What is difference between data abstraction and encapsulation?
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 abstraction in oops with example?
What is the real life example of polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
what is graphics