Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by ‘void’ return type?
How would you use the functions randomize() and random()?
What is extern c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Specify some guidelines that should be followed while overloading operators?
What is the use of main function in c++?
What is the difference between *p++ and (*p)++ ?
Explain class invariant.
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Is c++ harder than java?
Why do we use constructor?
describe private access specifiers?
Why can templates only be implemented in the header file?
What is constant in c++ with example?
What is basic if statement syntax?