Answer Posted / shobhit jain
Java is not completely object oriented language as it has
still got built in data types like int, float etc for which
we do not create objects.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How is polymorphism achieved?
What are the features of oop?
Why polymorphism is used in oops?
What is encapsulation example?
How is class defined?
What does oop mean in snapchat?
What is encapsulation oop?
which feature are not hold visual basic of oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What are oops methods?
how to get the oracle certification? send me the answer
#include
What is destructor example?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is oops and its features?