0
How to know the classes which i need from any language programming
4 Answers
+ 2
every programming language got an api (documentation)whenyou learn a programming language you will realize which classes you need and which not.look for api in google.for example google âjava 8 apiâ
+ 1
A smart peogrammer does give his classes descriptive names.
Define what you want to do and find the classes who can help accomplish that goal.
0
ok but what did you mean api
0
Are you looking for a description of the microsoft classes or a description of the video-software you were working on.
API stands for application programming interface. Every programmer should write this documentation if they want other programmers to be able to use their software