What is object in C Mcq?
Explanation: An object is instance of its class. It can be declared in the same way that a variable is declared, only thing is you have to use class name as the data type. 2. What is an object Mcq? Explanation: An object is instance of its class. It can be declared in the same way that a variable is …