0% found this document useful (0 votes)
17 views1 page

No 1-Oop

The document contains a quiz on Object Oriented Programming, specifically focusing on C++. It includes a programming task to create a 'Car' class with private member variables and member functions for accessing them. Additionally, it asks for an explanation of the concept of a default constructor.

Uploaded by

zuha1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

No 1-Oop

The document contains a quiz on Object Oriented Programming, specifically focusing on C++. It includes a programming task to create a 'Car' class with private member variables and member functions for accessing them. Additionally, it asks for an explanation of the concept of a default constructor.

Uploaded by

zuha1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Object Oriented Programming

Quiz no 1
1. Write a C++ program to create a class called Car that has private member
variables for company, model, and year. Implement member functions to
get and set these variables.

2. What is meant by default constructor?

You might also like