开发者

Can I consider this project as a framework?

开发者 https://www.devze.com 2023-01-16 02:54 出处:网络
I have a trivial question about a framework. I have written a pr开发者_JS百科oject including some classes.

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

精彩评论

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