What are the main concepts of oops in java?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
What is multiple inheritance & can we implement it in java?
How to find the index of the largest number in an arraylist java?
Why do we need strings in java?
different types of threads?
Detail discussions on JVM, memory management and garbage collector.
Can we force garbage collector to run ?
What is javac used for?
What is the purpose of void?
How do I find and replace in word?
What is the meaning of nullable?
What is abstraction with strong example program? (not a general program)