开发者

Can I consider this project as a framework?

I have a trivial question about a framework. I have written a pr开发者_JS百科oject including some classes. Among the classes, I have an abstract class with two methods. Another class is inherited from this class which owns more specialized methods.

Can I refer to this program as a framework or not?


A framework is something you can build an application upon. If your classes may be used in general, name your code a library. A framework throws in a specific style and philosophy, and you usually can't build anything you like without conforming to minimum rules.


Yes, you can. But will it be accepted by others as such?

A set of classes is usually called a toolkit. A framework is like a massive structure on which you can build customized applications.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜