Object Oriented Programming

CS304-Object Oriented Programming Quiz MCQs Lecture 23-45 Finalterm Objective Questions | SUPERSTARWEBTECH

CS304-OOP Quiz  MCQS #Objective #Questions #Finalterm 1. A class or class template can have member ___ that are themselves templates. variable function objects none 2. Select the correct line of code for composition relationship between “Keyboard” class and “Keys” class class keyboard{Keys type;}; class keys{KeyBoard type;}; class keyboard : private keys class keys: private KeyBoard …

CS304-Object Oriented Programming Quiz MCQs Lecture 23-45 Finalterm Objective Questions | SUPERSTARWEBTECH Read More »

CS304-Object Oriented Programming Quiz MCQs Lecture 1-22 Midterm Objective Questions | SUPERSTARWEBTECH

CS304-OOP Quiz  MCQS #Objective #Questions #Midterm 1. In which of the following, different forms of a single entity exist? Composition y Aggregation Polymorphism Encapsulation 2. Encapsulation means Extending the behavior of a class in another class Data and behavior are tightly coupled within an object y One entity takes all the attributes and operations of …

CS304-Object Oriented Programming Quiz MCQs Lecture 1-22 Midterm Objective Questions | SUPERSTARWEBTECH Read More »