This forum is closed. Thank you for your contributions.
how we can create a class that no object can make from it ?
Hi,
than just make your class abstract:
abstract class AbstractClass { ... }
Here are some links which should help you:
Friend,
Both classes declared as"abstract" and "static" cannot be initialized as an object.