Which among these is NOT a domain of OOP as mentioned?

Disable ads (and more) with a premium pass for a one time $4.99 payment

Test your C++ skills with our quiz based on Bruce Eckel's 'Thinking in C++'. Dive into object-oriented programming, advanced topics, and fundamentals. Perfect for learners and experts alike. Assess your knowledge and become a C++ master!

Abstract Data Typing is a central aspect of Object-Oriented Programming (OOP), allowing for encapsulation, abstraction, and data hiding. Inheritance is another fundamental concept in OOP, where a new class can inherit the properties and methods of an existing class. Polymorphism refers to the ability of objects to take on different forms and behave differently depending on their data type. Garbage collection, on the other hand, is not a domain of OOP but rather a technique used in memory management to automatically deallocate memory spaces for objects that are no longer in use. Therefore, "Garbage Collection" is the correct answer as it is not mentioned as a domain of OOP.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy