Question
Which of the following is an example of indirect
cost?Solution
Indirect Materials are those for which a direct relationship cannot be established between materials used and the units produced. They cannot be easily identified with finished goods. Indirect materials are ancillary to production. Indirect materials cost is considered as part of overheads. Examples: (a) Lubricating oil, (b) cotton waste, (c) Grease, (d) Small tools, (e) Stationery in factory or office, stores in canteen, etc. Concept discussed in many live classes
Which OOP concept allows a class to inherit properties and behaviors from another class?
An "object" is an instance of a:
What is the primary difference between an abstract class and an interface in Java (pre-Java 8)?
What is an interface in OOP (e.g., Java, C#)?
How does abstraction contribute to code maintainability?
Which access modifier is most commonly used to achieve data hiding in encapsulation?
What is the main purpose of an interface in OOP?
Which special method is automatically called when an object of a class is created, typically used for initializing the object's state?
Which type of polymorphism is achieved through method overloading (where multiple methods have the same name but different parameters)?
An abstract class in Java/C++: