what is the main difference between c and c++?
Answer Posted / lakshit
In c we use <stdio.h> while in c++ we use <iostream.h>......
In c language procedural programing is focussed and in c++
object oriented pograming is focuused ..............
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is and I oop mean?
What do you mean by overloading?
Please send ford technologies placement paper 2 my mail id
What is multilevel inheritance explain with example?
How is class defined?
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 overriding in oop?
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 Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are the components of marker interface?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is destructor oops?
What is the difference between static polymorphism and dynamic polymorphism?
What is encapsulation in oops?
What is the fundamental idea of oop?