Implement association relationship between classes using C++/Java
1. If there exits the class Student, then what does the following programming statement imply? Student s[] = new Student[5];
2. Identify the valid statements about the 'this' operator:
3. In object-oriented programming, an association relationship is a relationship between two classes that describes a connection or interaction between the objects represented by those classes. Which of the following statements is true about association relationships?
4. What are the two parts of a class?
5. What is the primary purpose of a concrete class in Java?