Question: Object-oriented programming has been adopted widely because of its capability to reuse code. Most application development software provides class libraries and extensive support for complex
Object-oriented programming has been adopted widely because of its capability to reuse code. Most application development software provides class libraries and extensive support for complex data structures, including linked lists. Investigate one of these libraries, such as the Microsoft Foundation Class (MFC)http://msdn.microsoft.com/en-us/library/d06h2x6e(VS.90).aspxor the Java 2 Platform application programming interface (API)https://docs.oracle.com/javase/7/docs/api/. Discuss 1) Locate some data structures (arrays, lists, records, etc..) supported by the library. 2) List what types of data (data Types) are recommended for use with each data structure object. 3) List some classes contain which data structure and what methods does the library provide.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
