Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi

can any one tell me the relationship among abstract,virual,override and static with an example in c#.

?????
Posted
Updated 8-Aug-12 1:44am
v3
Comments
Sandeep Mewara 8-Aug-12 7:50am    
Book? Google? Any effort?
AmitGajjar 8-Aug-12 7:53am    
MSDN have everything ....
Sergey Alexandrovich Kryukov 8-Aug-12 17:53pm    
Artificial question, makes little sense. The essence of things is not in "relationships". OOP is not yet another blah-blahology. Take some book/tutorial and read.
--SA

I won't do that, instead I encourage you to thoroughly study such concepts (if you are interested). You might start reading this CodeProject article "Introduction to Object Oriented Programming Concepts (OOP) and More"[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 8-Aug-12 17:55pm    
Agree, a 5.
--SA
Whats wrong with the microsoft documentation?
Abstract[^]
Virtual[^]
Override[^]
Static[^]

Im sure they explained it ok, dont you think ;)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900