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
How can we check whether the contents of two structure variables are same or not?
Define the operators that can be used with a pointer.
What does it mean to declare a member function as static?
Can turbo c++ run c program?
Define 'std'.
Explain stack & heap objects?
What is an orthogonal base class in c++?
How do you traverse a btree in backward in-order?
What is diamond problem in c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
how to access grid view row?
What is a storage class?
Is c++ the best programming language?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is c++ map?