Today We will do the postmortem of the JAVA OOPs concepts.
Here we will discuss a very important topic for an interview or even for coding called OOPs concept. The following topics are covered:
- Data Hiding
- Abstraction
- Encapsulation
- Tightly Encapsulated Class
- IS-A Relationship
- HAS-A Relationship
- Method Signature
- Method Overloading
- Method Overriding
- Static Control Flow
- Instance Control Flow
- Constructor
- Coupling
- Cohesion
- Type-Casting
Click on the following link: 1. Data Hiding