If an abstract entity has it’s own custom class, is that class usually abstract, too?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Objective-C does not have an abstract class definition at this time. Therefore the subclass for an entity is not abstract but you can treat it as such if you so choose.
There is no one-to-one relationship between entities and classes so you can have one class that is being used by multiple entities if you so choose.