One of the key features of Object-oriented programming is encapsulation.  Because of encapsulation, we generally have _________ instance variables and _____________ methods.

private, public
  • protected, private
  • public, private
  • public, public

There are no hints for this question