QB Oop
QB Oop
Questions
1 Define:- i)Polymorphism ii)Dynamic Binding iii)Data Abstraction
2 Write a program to declare class Employee by assuming suitable data
member & member function.Accept and display data for 5 employees &
calculate Gross Salary.
3 Differentiate between Procedural oriented programming language & Object
Oriented Programming Language
4 Write a Program which creates & uses array of object of a class.( for eg.
implementing the list of Managers of a Company having details such as
Name, Age, etc..).
5 Elaborate New & Delete Opertaor with an example.