Concrete method is a method with implementation. This is a concept comparing to virtual method which allows you to change a member's behavior by providing overriding implementation.
ganesansankar
Can we create the Concrete method?
If yes then How can we create it?
Yes, just provide the implementation in your class.
Zhao Ji Ma
Sincerely,
Microsoft Online Community Support
“Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
concrete methiod are those which have their implementationwith the method body. Interface cant have concrete method, they have only method signature and not the implementation. You can write a concrete method by having the word final in the method signature
ganesansanka...
Participant
1187 Points
234 Posts
What is Concrete method in Dot Net?
Jan 23, 2008 12:38 PM|LINK
Hi Folks,
Can you please clarify my doubts?
What is Concrete Method in Dot Net?
Can we create the Concrete method?
If yes then How can we create it?
asp net 2.0
Ganesan S
"Hard Work Never Fails"
Please "Mark as Answered" if it is helpful for you.
ziqbalbh
Contributor
2320 Points
365 Posts
Re: What is Concrete method in Dot Net?
Jan 23, 2008 01:14 PM|LINK
I think Concrete method is one, which can not be override by child classes. in csharp you can mark a method final, making it concrete.
http://ziqbalbh.com
** Please mark as ANSWER if my reply helped you
Zhao Ji Ma -...
All-Star
23104 Points
2380 Posts
Re: What is Concrete method in Dot Net?
Jan 28, 2008 03:06 AM|LINK
Hi ganesansankar,
Concrete method is a method with implementation. This is a concept comparing to virtual method which allows you to change a member's behavior by providing overriding implementation.
Yes, just provide the implementation in your class.
Sincerely,
Microsoft Online Community Support
“Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
vik20000in
All-Star
25882 Points
3993 Posts
MVP
Re: What is Concrete method in Dot Net?
Jan 28, 2008 03:11 AM|LINK
concrete methiod are those which have their implementationwith the method body. Interface cant have concrete method, they have only method signature and not the implementation. You can write a concrete method by having the word final in the method signature
www.vikramlakhotia.com
Please mark the answer if it helped you
softsan
Member
28 Points
16 Posts
Re: What is Concrete method in Dot Net?
May 09, 2008 07:38 AM|LINK
A method which don't have definition is known as abstract method.
A method with definition is concrete method.
Abstract Concrete Method
Software Engineer
Microsoft Certified Technical Specialist.