what is the main difference between c and c++?
Answer Posted / bhoomi virani
c lang is procedure oriented programming in which we have
cann't have more flexibility because it follow sequence of
thing. where as, c++ is extended version of c and much use
now a day.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
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 do we use inheritance?
What is basic concept of oop?
What are constructors in oop?
Prepare me a program for the animation of train
What are the 3 pillars of oop?
How can you overcome the diamond problem in inheritance?
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).
What is overloading and its types?
What is variable example?
What is abstraction in oops?
What is this pointer in oop?
What is encapsulation in oops?
What is solid in oops?
What is oops with example?