what is the main difference between c and c++?
Answer Posted / deepak
c is structure programming language while c++ is object oriented programming language this is the main difference between c and c++
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Who invented oop?
what is different between oops and c++
what is graphics
Where You Can Use Interface in your Project
Write a program to sort the number with different sorts in one program ??
What are oops methods?
What is meant by oops concept?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
class type to basic type conversion
write string class as your own class in java without using any built-in function
What is class encapsulation?
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).
How can you overcome the diamond problem in inheritance?
How to call a non virtual function in the derived class by using base class pointer
What is encapsulation with example?