What is abstraction and another term constructor in programing..... | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is abstraction and another term constructor in programing.....

IN JAVA I READ THE ABOVE MENTIONED TERM,

10th Jul 2017, 8:00 AM
ASHISH PANDEY
ASHISH PANDEY - avatar
1 Antwort
+ 1
data abstraction means representing the essential features and excluding the background details or explainations."classes encapsulate all the required and essential properties of the object", constructor is used to initialise the object of class,and constructor is same name as class name.
11th Jul 2017, 11:08 AM
ruchi
ruchi - avatar