Q11. In visual basic
is the extension to represent project file.
A frm
B. vbp
C. vb
D cls
Answers
Answer:
a is the correct answer
Explanation:
option a) frm
Answer:
In visual basic option B. vbp is the extension to represent the project file.
Explanation:
Visual Basic (VB) exists an event-driven programming language and the environment from Microsoft that furnishes a graphical user interface (GUI) that allows programmers to change code by simply extracting and dropping objects and defining their behavior and appearance.
Projects usually create either an EXE or a DLL. Projects can be dependent on each other; during the build operation, the Visual Studio environment checks dependencies both within and between projects. Each project usually includes core source code. Depending on the type of project, it may have many other files containing different aspects of the project.
Hence, In visual basic option B. vbp is the extension to represent the project file.
The correct option is option B. vbp
#SPJ3