InterviewSolution
Saved Bookmarks
| 1. |
When Do You Need To Use .pbd? |
|
Answer» We use .PBD when the number and size of the objects in our application would otherwise make a very large .EXE (1.2 to 1.5 megabytes). we need to share components AMONG several APPLICATIONS. distribute application components SELECTIVELY, for example, to upgrade an application or FIX a bug. We use .PBD when the number and size of the objects in our application would otherwise make a very large .EXE (1.2 to 1.5 megabytes). we need to share components among several applications. distribute application components selectively, for example, to upgrade an application or fix a bug. |
|