Problem 1
What is the difference between the state and the behaviour of a class?
Problem 2
What is an abstract data type?
Problem 3
What is the difference between an abstract class and an abstract data type?
Problem 4
What is the difference between public, protected and private keywords?
Problem 7
What is the difference between equality of objects and equality of the references that refer to them?
Problem 8
What is the difference between a constructor and a method?
Problem 9
What are the characteristics of procedure-oriented programming?
Problem 10
Explain the working of structured programming.