Home
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Interview Questions
>
View Profile
tarunl
User Name
Remember Me?
Password
tarunl
Junior Member
Last Activity:
05-19-2008
04:55 AM
User Lists
Visitor Messages
Showing Visitor Messages 1 to
1
of
1
06-07-2008
10:37 AM
sksingh
Objects can be created using :-
(1)Early binding
(2)Late Binding
-In early binding memory is allocated while creating the object
o customer c;
-In late binding memory is allocated on demand using
o new keyword
o To release the memory use delete keyword
customer *c;
c=new customer();
c->createaccount(5,”Rohit”0;
c->showinfo();
delete c;
View Conversation
Statistics
Total Posts
Total Posts:
1
Posts Per Day:
0.01
Find all posts by tarunl
Find all threads started by tarunl
Visitor Messages
Total Messages:
1
Most Recent Message:
06-07-2008 10:37 AM
Visitor Messages for tarunl
General Information
Last Activity:
05-19-2008
04:55 AM
Join Date:
05-19-2008
Referrals:
0
Mini Statistics
Join Date
05-19-2008
Total Posts
1
Recent Visitors
The last 1 visitor(s) to this page were:
sksingh
Contact Us
-
Interview Questions and Answers Discussion Community.
-
Archive
-
Top