what is the main difference between c and c++?
Answer Posted / ranjith
C is a single alphabet and the c++ is the alphabet with
++..........
| Is This Answer Correct ? | 27 Yes | 118 No |
Post New Answer View All Answers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why do while loop is used?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
what are the ways in which a constructors can be called?
What is abstraction in oop?
What are oops functions?
How do you answer polymorphism?
How do you define a class in oop?
What is encapsulation in simple terms?
What is the use of oops?
What is interface? When and where is it used?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is object in oop with example?
How to call a non virtual function in the derived class by using base class pointer