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 |
Can private class be inherited?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
What is the different between Applet and Application?
Are polymorphisms mutations?
What is advantage of inheritance?
What is difference between data abstraction and encapsulation?
what is the 3 types of system development life cycle
What is a mixin class?
What are the valid types of data that the main () can return in C/C++ language
What is abstract class in oop?
What is a macro? And how is a macro same as a template?