Question
Auditor employed in the organisation have been paid
70000. This expense will belong to which among the following category?Solution
This is related to Office & Administration Overheads.
What is a key benefit of encapsulation?
Which of the following is a common way to achieve abstraction in OOP?
Which of the following is not a valid type of inheritance in Java?
What is a "method" in the context of OOP?
Which special method is automatically called when an object of a class is created, typically used for initializing the object's state?
Which OOP concept allows a class to inherit properties and behaviors from another class?
Which of the following is a common mechanism to achieve abstraction in OOP?
Which access modifier restricts access to a class member only within the class itself and its derived classes?
The concept of showing only essential features of an object and hiding the complex implementation details is called:
Which statement about abstract methods is true?