What are advantages of C++ when comparing with C?
Answer Posted / swathi
c++ is an extension of c with some additional features like encapsulation,inheritance,etc. which makes the program to easily understand
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What's the order in which the objects in an array are destructed?
How are the features of c++ different from c?
What is a Default constructor?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What causes a runtime error c++?
How do c++ struct differs from the c++ class?
Using a smart pointer can we iterate through a container?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Does std endl flush?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is double in c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is the full form nasa?
List down the guideline that should be followed while using friend function.
What is the main use of c++?