Question About Builder Object



Hello Group !!

I'm newbie in Design pattern.
I'm using Builder pattern for my application.

i want to know that can Concrete builder have their own private
function which can be called by
public function which concrete builder has to implement..

or

concrete builder can only have the public function ..

can any body tell me what is standard for that ..

thanks in advance !!!

Sandeep

.