JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gganesh
Yes, the JAVA is the fully object oriented, bcoz in java we
can create object for main function also, bcoz main function
written in class
| Is This Answer Correct ? | 11 Yes | 6 No |
Answer / umashankar mishra
yes..becoz every thing place in class including main()
and object is created by new operator
| Is This Answer Correct ? | 1 Yes | 1 No |
what is difference between String s=new String("vali"); String s="vali"
function overridind means and simple program
What is the purpose of enum?
What is oops?what is its use in software engineering?
How to hide the base class functionality in Inheritance?
In c++ there is only virtual destructors, no constructors. Why?
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
What is encapsulation in oop?
What is multilevel inheritance explain with example?
Why do we use class in oops?
to find out the minimum of two integer number of two different classes using friend function
what is the difference between class to class type conversion and copy constructor ?