17. Which of the following is not true for Shared members?
A. Shared members belong to the type but not to any instance of a type B. They can be accessed without creating an instance of the type. C. They can be accessed using the type name D. They are accessed using instance name Ans:D