|
| Total Answers and Comments: 2 |
Last Update: August 01, 2009 Asked by: preethi |
|
| | |
|
Submitted by: Swapna Gentyala Class: A class is a template for objects. It is static. The attributes of a class doesn't change before, during, or after the execution of the class. Module: A module is a collection of Classes, functions, and procedures. A module cann't be istantiated. But a class can have instances of it.Access Specifiers: Public, Private and Friend are the Access Specifiers for Classes. Whether we can access a class or not depends on the Access Specifier. Public class can be accessed from anywhere. Private can be accessed only within the function.
Above answer was rated as good by the following members: chintan.desai, Ag2703 |  Latest Answer : Identity permissions control code access from one assembly to another. You can use identity permissions, which are a subset of code access permissions, either declaratively or imperatively ... Static PagesQuick and easy to put together, even by someone who doesn't have much experience. Ideal for demonstrating how a site will look. Cache friendly, one copy can be shown to many people. Dynamic Latest Answer : static page: user can not interact with these pages i.e, not customiseddynamic page: user can interact with these pages i.e, customised and database access can be done through these pages ... Latest Answer : Class is a type where you can create your own type. Just as int data type in .Net which takes only integer values and having default API's such as toString(). Similarly, you can create your own type having API's which do some operation ...
N-Tier Architecture: Data Access Layer | |
N Tier Architecture Data Access Layer In an N Tier architecture the data access layer consists of components that aid one in the process of accessing the database When it is used correctly the data access layer serves as an abstract level for the structures of the database Simple changes that are ma |
|
C++ Pure Virtual Function and Base Class | |
C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function |
|
How to Access C++ Class Members | |
How to Access C Class Members In this C tutorial you will learn how to access Class members dot operator or class member access operator difference between struct and class and scope resolution operator mosgoogle center It is possible to access the class members after a class is defined an |
|
What are Data Access Tools | |
Data access is the process of entering a database to store or retrieve data. Data Access Tools are end user oriented tools that allow users to build structured query language (SQL) queries by pointing and clicking on the list of table and fields in the data warehouse.
Thorough computing history, t |
|
What is Access Path | |
In relational database management system (RDBMS) terminology, Access Path refers to the path chosen by the system to retrieve data after a structured query language (SQL) request is executed.
A query may request at least one variable to be filled up with one value or more. A query may look like th |
|
What is Access Point | |
An access point (AP; or also "WAP" for "wireless access point") is a node responsible for the formation of a wireless network through connection between wireless communication devices. It acts as a central transmitter and receiver of wireless radio signals, and is |
|
How to define command line arguments | |
The main functions can have arguments passed which are called as command line arguments. There are two command line arguments:
Argument count denoted by argc and
Argument vector denoted by argv
The argc is an integer variable which denotes the number of parameters passed and argv is pointer to a |
|
What are the Format Specifiers used with printf? | |
There are several format specifiers available in printf. The format specifier used varies depending on the data type used for printing. The given below are some of the format specifiers used with printf in C program.
For integer data type the format specifier used with printf is %d or %i
For float |
|
The Interview Snafu | |
How to turn someone else’s mistake to your advantage
Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de |
|
Winning a Job Interview with a Winning Resume | |
Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof |
| |
|