PHP ZCE mock test, interview preparation, daily lessons under chalk talk

Thursday, November 18, 2010

Providing access to data members only through member functions

The technique of providing access to data members only through its member functions, while keeping the data private is called?


a)Abstraction
b)Encapsulation
c)Modularity
d) Inheritance


Solution: a) Abstraction
good to recall that huh