InterviewSolution
Saved Bookmarks
| 1. |
What are the basic principles of JAVA? |
|
Answer» ic three principles of JAVA are inheritance, polymorphism and encapsulation.All the concepts of JAVA are based on classes and its objects. An object is a REAL world entity that has some attributes or properties. Class is a prototype, BLUEPRINT or template on the basis of which objects are created.IF YOU LIKE IT MARK MY ANSWER AS THE BRAINLIEST. THANK YOU |
|