Multiple choice technology programming languages Ultimate base class of all Objects and Components. TObect TUnknown IUnknown TBase TComponent Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Delphi and Object Pascal, TObject (typographed as TObect in the option) is the ultimate base class from which all classes, including TComponent, derive. IUnknown is a base interface rather than an object class.