why v use c++ even we have microprocessor
Answers were Sorted based on User's Feedback
Answer / rahul ghadge
Apart from being the oop lang C++ is also a HLL and in case of microprocessor v hv 2 use assembly lang which is not dat efficient 4 progrmming. Programmers life becomes easier by using c++ instead of using asm. both belongs to different generations. and c++ is later nd advanced generation. also encapsulation, abstraction, inheritance and polymorphism etc r adv in favour of c++...
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / sheena_smart
c++ is completely object orientedlanguage. Its major
concepts like data hiding, encapsukation and polymorphism
are very effective... hence v use c++....
| Is This Answer Correct ? | 6 Yes | 9 No |
Explain how we implement exception handling in c++?
in C++ , the word plus plus who found this?
why the size of an empty class is 1
Name the debugging methods that are used to solve problems?
What is c++ runtime?
a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What are 2 ways of exporting a function from a dll?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What are the different types of polymorphism in c++?
What is the best c++ compiler for windows 10?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator