Class (computer programming): Difference between revisions

Content deleted Content added
Object-based programming: move "Object-based languages with this property do not provide the structural benefits of statically type checked interfaces for objects." to the talkpage; is it true?
Line 66:
==Object-based programming==
Some languages have objects, but no classes; in such "[[object-based programming|object-based languages]]", objects are not restricted to class structure.
Object-based languages with this property do not provide the structural benefits of statically type checked interfaces for objects.
 
==C++==