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
Define stacks. Provide an example where they are useful.
How to implement is-a and has-a class relationships?
Why do we learn c++?
Can you pass an array to a function in c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What happens when the extern "c" char func (char*,waste) executes?
List the features of oops in c++?
Define Virtual function in C++.
Which software is used to run c++ program?
Is string data type in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What are the various oops concepts in c++?
Is there structure in c++?
How a new element can be added or pushed in a stack?
Where the memory to the static variables is allocated?