what is the main difference between c and c++?
Answer Posted / sandeep singla
1.c++ better than c because c++ uses classes and objects.
2.c++ bottom up approach but c is a top down approach.a
3.C USE #INCLUDE<STDIO.H> BUT C++ USE# INCLUDE<IOSTREAM.H>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to improve object oriented design skills?
Why do while loop is used?
What is new keyword in oops?
What is polymorphism what are the different types of polymorphism?
Get me an image implementation program.
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?
Can a destructor be called directly?
Can we define a class within the interface?
what type of question are asked in thoughtworks pair programming round ?
#include
What is coupling in oops?
What are the 3 pillars of oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is class in oop with example?
Why do we use polymorphism?