What are advantages of C++ when comparing with C?
Answer Posted / kamlesh
In c++ we can use class,data hiding , abstraction,inheritance,
etc...
c++ is bottom up language.
we can also use message passing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does override mean in c++?
How can we check whether the contents of two structure variables are same or not?
What are c++ redistributables?
What are maps in c++?
Is vector a class in c++?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
What is difference between class and structure in c++?
What are function prototypes?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What are put and get pointers?
Write a c program for binary addition of two 8 bit numbers.
What does asterisk mean in c++?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What are activex and ole?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?