COBOL programming language supports Object Oriented Programming ?
Answers
Answered by
0
Object-oriented programming. Classes and interfaces have been in COBOL since 2002. ... Inheritance and interfaces provide polymorphism. Support for generic programming is provided through parameterized classes, which can be instantiated to use any class or interface.
Similar questions