hide public members of class

Carlos++

Active member
Joined
Sep 14, 2007
Messages
26
Location
As. Paraguay
Programming Experience
5-10
hello everyone...

how can i do to hide some properties and methods of the public interface of any class?

ej.
VB.NET:
class alfa
public function a()

end sub

public function b()

end sub
end class

the alfa class shows those two methods but i just want to show one of them, the b method.

is there a way to do that?
 
Back
Top