+ 1
What is abstraction and another term constructor in programing.....
IN JAVA I READ THE ABOVE MENTIONED TERM,
1 Resposta
+ 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.