Anonymous

What Is The Relationship Between Encapsulation And Abstraction?

1

1 Answers

Anonymous Profile
Anonymous answered
ABSTRACTION   :  Abstraction refers  to act of representing essential features without including the background details or explanations. Classes use the concept of abstracting and or defined as a list of abstract attributes such as size ,weight and cost and functions to operate on those attributes.
ENCAPSULATION : Binding data and function into single class type variable called encapsulation.

Answer Question

Anonymous