We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
ASSIGNMENT 1
Subject Name: Object Oriented System Design with C++
Subject Code: BCS054
Note: i) Write Q. 1 to 5 according to 02 marks
ii) Write Q. 6 to 10 according to 10 marks.
1. Differentiate between Object and Class.
2. Differentiate between Procedural and Object-Oriented language features. 3. Define Object Oriented Programming. 4. Briefly define Encapsulation. 5. Define use of Scope resolution operator? 6. Define Polymorphism and give an example of its implementation in object- oriented Programming. 7. Write a program in C++ by creating a class of integers and write a function that prints all the Prime numbers from the class. 8. Define UML. Explain different types of diagrams in UML along with example of each. 9. Write a program to create multiple objects in C++ and explain each lines of code. 10.Write a Syntax of the following: Multilevel Inheritance Access Specifiers Polymorphism