0%

Words containing liskov

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • barbara liskov — (person)   Professor Barbara Liskov was the first US woman to be awarded a PhD in computing, and her innovations can be found in every modern programming language. She currently (2009) heads the Programming Methodology Group at the Massachusetts Institute of Technology. Professor Liskov's design innovations have, over the decades, made software more reliable and easier to maintain. She has invented two computer progamming languages: CLU, an object-orientated language, and Argus, a distributed programming language. Liskov's research forms the basis of modern programming languages such as Java, C# and C++. One of the biggest impacts of her work came from her contributions to the use of data abstraction, a method for organising complex programs. See Liskov substitution principle. In June 2009 she will receive the A. M. Turing Award.
  • liskov substitution principle — (programming, theory)   (LSP) The principle that object-oriented functions that use pointers or references to a base class must be able to use objects of a derived class without knowing it. A function that violates the LSP uses a reference to a base class and must know about all the derivatives of that base class. Such a function violates the open/closed principle because it must be modified whenever a new derivative of the base class is created.
  • liskov, barbara — Barbara Liskov