Is Java is a pure OOP Language or not ? if yes why?
I want to know where am I doing wrong that it's not compiling.
36696 visits
Outline:Creating Class *Whatever we can see in this world are all objects *Objects can be categorized into groups known as class *This is class in real world *Human Being is an example of class in real world *Class in java is the blue print from which individual objects are created *Class consists defines a set of properties called variables and a set of behaviors called methods *Syntax for creating class *Create a simple class Student using Eclipse *The Student class can contain pro
Creating Class *Whatever we can see in this world are all objects *Objects can be categorized into groups known as class *This is class in real world *Human Being is an example of class in real world *Class in java is the blue print from which individual objects are created *Class consists defines a set of properties called variables and a set of behaviors called methods *Syntax for creating class *Create a simple class Student using Eclipse *The Student class can contain pro
Show video info
Pre-requisite