static void Main(string[] args) { Persona per1 = new Persona(); per1.Inicializar(); per1.Imprimir(); per1.EsMayorEdad(); }