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 |
diff between Abstract class Interfaces?
Write a program to find out the number of palindromes in a sentence.
What is abstraction in oops?
what is virtual function?
Can we have a private virtual method ?
How Do you Code Composition and Aggregation in C++ ?
What is oops with example?
What is the real time example of inheritance?
officer say me - i am offered to a smoking , then what can you say
What is object in oops?
What is overriding in oops?
What is difference between multiple inheritance and multilevel inheritance?