You are on page 1of 1

Writing

1. Write one page on Object oriented programming?


2. What is the difference between a Structure and a Class?
3. What is an Object of a class in OOP?

C++ programming
4. Create a class called "MyClass"
5. Create an object called "myObj" in main and access the attributes
6. Create multiple objects of one class
7. Define a function inside the class, and we name it " myMethodin".
8. Define a function outside the class, and we name it "myMethodout".

You might also like