What are advantages of C++ when comparing with C?
Answer Posted / saireddy
compare to c cpp is more security and it deels inheritance, polymorpism,data encapsulation(hiding , binding)which is used real time applications
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the properties and principles of oop.
Why do we need constructors in c++?
What is size of string in c++?
Describe Trees using C++ with an example.
What is isdigit c++?
What does flush do c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What do you mean by translation unit?
When should we use multiple inheritance?
What is endl c++?
What is the use of class in c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is flush () in c++?
How is c++ used in the real world?