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