Click here to Skip to main content

Ambesha - Professional Profile

Summary

150
Author
2,181
Authority
-19
Debator
60
Editor
-4
Enquirer
16
Organiser
522
Participant
Hello !
Member since Wednesday, July 7, 2010 (2 years, 10 months)

Contributions

Articles 0 (Debut)
Tech Blogs 0
Messages 6 (Under Water)
Q&A Questions 3
Q&A Answers 152
Tips/Tricks 0
Comments 63

Links

Reputation

For more information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege, and the given member types also gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilverAdmin
Store personal files in your account areaplatinumplatinumSitebuilder, Subeditor, Supporter, Editor, Staff
Have live hyperlinks in your biographybronzebronzebronzebronzebronzebronzesilverSubeditor, Protector, Editor, Staff, Admin
Edit a Question in Q&AsilversilversilversilverYesSubeditor, Protector, Editor, Admin
Edit an Answer in Q&AsilversilversilversilverYesSubeditor, Protector, Editor, Admin
Delete a Question in Q&AYesSubeditor, Protector, Editor, Admin
Delete an Answer in Q&AYesSubeditor, Protector, Editor, Admin
Report an Articlesilversilversilversilver
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubeditor, Mentor, Protector, Editor, Staff, Admin
Edit other members' articlesSubeditor, Protector, Editor, Admin
Create an article without requiring moderationplatinumSubeditor, Mentor, Protector, Editor, Staff, Admin
Report a forum messagesilversilverbronzeProtector, Editor, Admin
Create a new tagsilversilversilversilverAdmin
Modify a tagsilversilversilversilverAdmin

Actions with a green tick can be performed by this member.


 
You must Sign In to use this message board.
Search this forum  
GeneralCan Parent class objects instatiated by child class? Pin
Thursday, September 27, 2012 7:49 PM by Ambesha
Here is a open question for my new friends in the world of OOPS. Can Parent class objects instantiated by child class?
The answer is NO!
lets take a simple example in C# language:
class parent
{
void foo()
{
// content goes here
}
}
class child:parent
{
new void foo()
{
// content goes here
}
}
class program
{
static void main()
{
parent obj = new child();// getting error here
obj.foo();
}
}

 
for more query related this topic please let me know here.
or visit http://ambeshdevloper.blogspot.com/2012/09/can-child-parent-objects-instatiated-by.html[^]
Thanks,
Ambesha
 
GeneralCan Child class objects instatiated by parent class? [modified] Pin
Thursday, September 27, 2012 6:33 PM by Ambesha
Please visit here for complete code reference:
http://ambeshdevloper.blogspot.com/2012/09/can-child-class-objects-instantiated-by.html

modified 28 Sep '12 - 1:51.

 
GeneralSingleton pattern Pin
Thursday, August 16, 2012 4:33 AM by Ambesha
In my view Singleton pattern is obsolete in today’s era... harder to get any implementation Smile | :)
 
QuestionDesign Patterns Pin
Thursday, August 16, 2012 4:29 AM by Ambesha
Do we really think that Design pattern play an important role in Software life cycle?
GeneralRe: Design Patterns PinmvpSergey Alexandrovich Kryukov15 Oct '12 - 7:04 
GeneralRe: Design Patterns PinmemberAmbesha15 Oct '12 - 20:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 26 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid