OOP Concepts - Part 02

- JAVA Language - Object Creation In Java, an object can be generated only if there is a class. Only a class can be converted into an object. Human h1 = new Human(); … h2 … … h3 … Type - 01 Type - 02 --------------------------------------------------------------------------------------------------------------------------- Primitive Data Types 🔅 Types/formats used to hold data. Integer Float Binary (1/0) 1 byte - Integer ...