Yahoo Search Busca da Web

Resultado da Busca

  1. www.computerhistory.org › profile › barbara-liskovBarbara Liskov - CHM

    23 de mai. de 2024 · Barbara Liskov is an American computer scientist and MIT Institute Professor who invented data abstraction, polymorphism, and modularity. She also developed CLU, the first programming language that supported these concepts, and worked on distributed systems, object-oriented databases, and security.

  2. 25 de mai. de 2024 · O Princípio de Substituição de Liskov leva esse nome por ter sido criado por Barbara Liskov, em 1988. Tal definição foi resumida e popularizada por Robert C. Martin (Uncle Bob), em seu livro “Agile Principles Patterns and Practices”, como: “Classes derivadas devem poder ser substitutas de suas classes base”

  3. Há 1 dia · It’s time to learn about the “L” in SOLID! The Liskov Substitution Principle is named for Barbara Liskov, a computer scientist who introduced the concept in 1987. The principle states that you should be able to replace objects in a superclass with objects of a subclass with no alterations in the program. In order to understand this, let ...

  4. 21 de mai. de 2024 · Liskov Substitution Principle. This principle is named after its originator, Barbara Liskov. It means that services built within complex microservice architecture can and should be easily substituted or replaced with no or minimal side effects to the entire microservice architecture.

  5. 11 de mai. de 2024 · The technical details of Practical Byzantine Fault Tolerance (pBFT). Background: pBFT is a consensus algorithm introduced in the late 90s by Barbara Liskov and Miguel Castro. It was designed to work efficiently in asynchronous systems, where there is no upper bound on when the response to a request will be received. The primary goal ...

  6. 18 de mai. de 2024 · O Liskov Substitution Principle (ou Princípio da Substituição de Liskov) possui esse nome por ter sido descrito originalmente por Barbara Liskov. Este princípio propõe que uma classe pode ser substituída por suas subclasses sem comprometimento ao funcionamento do sistema.

  7. Há 4 dias · Dr. Barbara Liskov spoke about how data abstraction changed computing forever. The idea originated after I met with the creator of the C++ programming language, Bjarne Stroustrup, in December of 2023.