0% found this document useful (0 votes)
2 views

C++ Assignment1

The document outlines an assignment consisting of ten questions related to Object-Oriented Programming (OOP), including its key concepts, differences between procedural and object-oriented programming, basic data types in C++, and the significance of certain C++ features. It also requests the design of a simple C++ class, differentiation between C and C++, and explanations of keywords, identifiers, constants, tokens, and the #include directive. Overall, the assignment aims to assess understanding of fundamental C++ programming principles and concepts.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

C++ Assignment1

The document outlines an assignment consisting of ten questions related to Object-Oriented Programming (OOP), including its key concepts, differences between procedural and object-oriented programming, basic data types in C++, and the significance of certain C++ features. It also requests the design of a simple C++ class, differentiation between C and C++, and explanations of keywords, identifiers, constants, tokens, and the #include directive. Overall, the assignment aims to assess understanding of fundamental C++ programming principles and concepts.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

ASSIGNMENT-1

1-Explain the concept of OOP. Identify the key concept that form the foundation of OOP.

2.Explain the main differences between Procedural Programming and Object-Oriented


Programming.

3.Explain the basic data types in C++.Design a simple class in C++ that demonstrates the principles
of OOP?

4.Differntiate between C and C++ in terms of features and capabilities.

5.Differentiate between a keyword and an identifier in C++?

6.Write a simple C++ program that demonstrates the use of integer and character constants.

7.Assess the importance of using reference variables in C++.

8.What are the different types of constants in C++.

9.Describe token in C++?

10.What is the significance of the #include directive in C++?

You might also like