What is abstract class in objective c?
Answer / Rupesh Kumar Paswan
An Abstract class in Objective-C is a class that cannot be instantiated and is intended to be subclassed. It contains at least one pure virtual function, which means it has no implementation and must be overridden by any subclass.
| Is This Answer Correct ? | 0 Yes | 0 No |
What can’t we put into an array or dictionary?
What do you mean by category and when to use it?
Are callbacks closures?
Why is objective c used?
What is the use of objective c?
What are the three subatomic particles?
Explain the way messaging works in objective-c?
What is the difference between nsdictionary and nsmutabledictionary?
Tell me about important protocol being used in objective c?
What is delegate in objective c?
Does objective c have multiple inheritance?
What is a delegate objective c?