What is a class?
Class acts like a blue print for Object.Class describe the nature of a particular thing. Structure and modularity is provided by a Class in object oriented programming environment
Thursday, December 3, 2009
OOPS
what is an object?
An object is a combination of messages and data. Objects can receive and send messages and use messages to interact with each other. The messages contain information that is to be passed to the recipient object.
An object is a combination of messages and data. Objects can receive and send messages and use messages to interact with each other. The messages contain information that is to be passed to the recipient object.
ASP.NET Website vs Web Application project
1. Files are dynamically compiled in website.
2. Website will not add namespace to code files.
3. WebApp is restricted to one language. Website can hold multiple language files but in one folder
4.When you deploy the WebApps you can just copy the Compiled Assembly and Visual elements to the IIS folder where as in Website you need to copy everything to the IIS to work.
2. Website will not add namespace to code files.
3. WebApp is restricted to one language. Website can hold multiple language files but in one folder
4.When you deploy the WebApps you can just copy the Compiled Assembly and Visual elements to the IIS folder where as in Website you need to copy everything to the IIS to work.
Subscribe to:
Comments (Atom)