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 is super in objective c?
Why is objective c used?
Explain what is #import?
What does the m mean in xcode?
Where is objective c used?
Are callbacks closures?
How we can layout subviews in a view?
What is the difference between method and type?
Is a fact objective?
What are the rules of variable?
How to restart app in objective c?
What is main storyboard?