what is the main difference between c and c++?
Answer Posted / sreenvasulu
c is developed by denis ritchie
c++ is developed by Bjane starusrup
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
#include
What is meant by oops concept?
What are oops functions?
What does enum stand for?
How do you achieve polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is encapsulation in simple terms?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is encapsulation with example?
What is the significance of classes in oop?
What is overriding vs overloading?
class type to basic type conversion
is there any choice in opting subjects like 4 out of 7
What does it mean when someone says I oop?
What are constructors in oop?