Answer Posted / geetha
1.C++ is not a fully object oriended.it is a partial object
oriended programming.
2.it is also worked without the help of classes and object
like "C" but java can be only accessed through the
objects.so,it is fully object oreinted and will provide the
security.
3."C++" would not provide the full security.
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
What are smart pointers?
How much maximum can you allocate in a single call to malloc()?
what is VOID?
When should we use container classes instead of arrays?
Differentiate between realloc() and free().
Which coding certification is best?
Is python written in c or c++?
What is scope in c++ with example?
Write about a nested class and mention its use?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Is c++ primer good for beginners?
How to defines the function in c++?
What is the difference between an external iterator and an internal iterator?
What's the order in which the local objects are destructed?
Explain rtti.