what is the main difference between c and c++?
Answer Posted / anket
Basically "c++" is the advanced version of "c" with some
newly added on features like o.o.p,inheritance, class
etc. .Also o.o.p helps us to represent real world entities
in our program.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
Explain the concepts involved in Object Oriented programming.
Why is object oriented programming so hard?
when to use 'mutable' keyword and when to use 'const cast' in c++
Why do we use class in oops?
What is overriding vs overloading?
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?
Why multiple inheritance is not possible?
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 are the realtime excercises in C++?
Whats is abstraction in oops?
What is oops concept with example?
What is multilevel inheritance in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the real time example of encapsulation?