Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Bertrand MEYER, Professor | Cited by 16,708 | of Sorbonne Université, Paris (UPMC) | Read 143 publications | Contact Bertrand MEYER

  2. Object-Oriented Software Construction is a book by Bertrand Meyer, widely considered a foundational text of object-oriented programming [citation needed]. The first edition was published in 1988; the second, extensively revised and expanded edition (more than 1300 pages), in 1997.

  3. Bertrand Meyer boasts an illustrious career as a distinguished Professor of Software Engineering (emeritus) at ETH Zurich and Chief Technology Officer of Eiffel Software in Santa Barbara. His extensive publications, including 13 single-author books and over 300 refereed articles, have solidified his reputation as a prolific contributor to the field. Meyer's exceptional contributions have ...

  4. Bertrand, formerly from ETH Zurich, is a professor at Politecnico di Milano and Innopolis University, and Chief Architect at Eiffel Software. He is an authority in software engineering, programming languages and object-oriented programming. He is particularly known for his books, which have exerted a profound influence on the evolution of programming, and for his introduction of the concepts ...

  5. Eiffel is an object-oriented programming language designed by Bertrand Meyer (an object-orientation proponent and author of Object-Oriented Software Construction) and Eiffel Software. Meyer conceived the language in 1985 with the goal of increasing the reliability of commercial software development; [4] the first version becoming available in 1986. In 2005, Eiffel became an ISO -standardized ...

  6. From object technology pioneer and ETH Zurich professor Bertrand Meyer, winner of the Jolt award and the ACM Software System Award, a revolutionary textbook that makes learning programming fun and rewarding.

  7. Command–query separation. Command-query separation ( CQS) is a principle of imperative computer programming. It was devised by Bertrand Meyer as part of his pioneering work on the Eiffel programming language . It states that every method should either be a command that performs an action, or a query that returns data to the caller, but not both.