Implement concrete class model using C++ /Java
1. The process of creating an object from a class is known as
2. Which of these is not true about static methods?
3.Identify the access rules of i. static methods accessing non static methods. ii. non static methods accessing static methods.