...
August 29, 2024

OOPS

Question 170 Given the following statements: (A) To implement Abstract Data Type, a programming language require a syntactic unit to encapsulate type definition. (B) To implement […]
August 29, 2024

OOPS

Question 172 Which of the following is a correct statement? A Composition is a strong type of association between two classes with full ownership. B Composition […]
August 29, 2024

OOPS

Question 173 Which of the following is not a correct statement? A Every class containing abstract method must be declared abstract. B Abstract class can directly […]
August 29, 2024

OOPS

Question 174 Constructors have _____ return type. A void B char C int D no OOPSConstructor-DestructorUGC NET CS 2016 Aug- paper-3 Question 174 Explanation:  Syntax For […]