Java OOP Concepts Worksheet
Java OOP Concepts Worksheet
4. __________ means hiding the internal details and showing only the functionality.
2. The `super` keyword is used to call the parent class constructor. (True/False)
3. Write a simple class with one private attribute and getter/setter methods.