Answer Posted / 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 |
Post New Answer View All Answers
What is class and example?
What are the benefits of polymorphism?
What is the problem with multiple inheritance?
can inline function declare in private part of class?
What is encapsulation in ict?
What is the renewal class?
Why do we use oops?
Can private class be inherited?
What exactly is polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is byval and byref? What are differences between them?
What are different oops concepts?
What is encapsulation and abstraction? How are they implemented in C++?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }