Object Oriented Programming concepts Object Oriented Programming concepts – basic 1 / 10 When an act can be performed in multiple ways by objects and subclasses of a class, this is called Inheritance Polymorphism Multiprogramming Encapsulation 2 / 10 A class inheriting features of another class and adding its unique features to it is Base class Super class Subclass Low class 3 / 10 The programming languages that use objects and classes and other OOP concepts except Polymorphism are called Object oriented programming language Object class programming language Object based programming language Simple object programming language 4 / 10 The rogramming language aradigm that emphasizes on ‘doing’ or ‘procedure of doing’ is called Modular paradigm Object oriented programming Procedural programming paradigm Object based rogramming paradigm 5 / 10 The programming language that require knowledge of computer machine’s architecture and circuitry are known as High Level Languages Low Level Languages Machine Language Assembly Language 6 / 10 Wrapping up of data and associated functions in one single unit is called Encapsulation Abstraction Inheritance Polymorphism 7 / 10 Wrapping up of characteristics and behaviour in one single unit is called Encapsulation Abstraction Inheritance Polymorphism 8 / 10 A person is writing an OOP code for items like car, truck, bus etc. These items under the class vehicles are called methods objects attributes items 9 / 10 Exposing only essential features while hiding unnecessary details is modularity data hiding encapsulation abstraction 10 / 10 A bluerint that represents characteristics and behaviour of a group of entities is called class abstraction polymorphism object Your score isThe average score is 0% 0% Restart quiz By WordPress Quiz plugin