asked 194k views
3 votes
With process abstraction, what are the mechanisms for encapsulation and information hiding? a.Classes encapsulate and the private modifier hides information b.Classes encapsulate and local variables hide information c.Subprograms encapsulate and local variables hide information d.Subprograms encapsulate and the private modifier hides information

1 Answer

2 votes

a) Classes encapsulate and the private modifier hides information

answered
User Anthony Hessler
by
8.1k points