Component Library for Cross Platform: Difference between revisions

Content deleted Content added
No edit summary
Removed "This is a common approach shared by [...] and many other object-oriented programming languages." This is a library, not a language.
Line 5:
However, due to lacklustre performance on Windows, subtle differences from VCL, and bugs; it didn't became the expected successor to VCL. Commercial failure of Kylix stopped further development of CLX.
 
In terms of [[object-oriented]] approach, CLX forms an object hierarchy where the TObject class serves as the ''[[Superclass (computer science)|base class]]''. All other classes inherit or indirectly inherit the TObject class. This is a common approach shared by the [[Java (programming language)|Java programming language]], [[Smalltalk]], and many other [[object-oriented programming language]]s.
 
==See also==