Uniqueness of java

10
Uniqueness of JAVA 1.8

Transcript of Uniqueness of java

Page 1: Uniqueness of java

Uniqueness of JAVA 1.8

Page 2: Uniqueness of java

Key Terms of JAVA 1.8

• Object• Class• Constructor• Overriding• Overloading• Genric• Collection

Page 3: Uniqueness of java

Object

• Class dependent• Constructor references• Having entity & behaviour• In collection new feature enhancement

happen• Basic unit of OOPS

Page 4: Uniqueness of java

Class

• Having no self identity• It may have functions , objects,variables, must

have constructor• Working unit of JAVA to project any operation• Implementing interface and extend abstract

classes

Page 5: Uniqueness of java

Constructor

• An important or non- attachable part of class• It may have parameter or non-parameter• Object creator• Overriding installer• Follows overloading

Page 6: Uniqueness of java

Overriding

• Replacement in one word• Over the super class or previous defined

functions• Constructor enhances the feature of object

using fucntion and variable• Object is ACTOR inoverriding .

Page 7: Uniqueness of java

Overloading

• Same but not same• Parameter position• Frequency may vary• Constructor , function

Page 8: Uniqueness of java

Generic

• Special to general formulation• Various datatype are to become generic• Remove the load of all

Page 9: Uniqueness of java

Collection

• Framework• Specific function for everything• Reduction from complexity• Object conversion to datatype properties

Page 10: Uniqueness of java

Thank yoU

Meet at next instance .