i was one of your students in Naresh institute sir , and still what you have taught me in your lectures in my mind i really appreciate you sir thanks a lot and you are the best, and also thanks for the perfect institute Naresh institute
Your clarification is great & will be better if you create a series of videos for a complete project , to demonstrating the use of most objects of C#. What do you think ?
Sir I understand this video . This program is inside the class only.but I want to know how abstract is working using web forms.can u share the practical concept using web form.
Hi, I am getting error "Program has more than one entry point defined" when running code in Visual Studio 2017. ----------Parent code:------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace testapp1.tests { abstract class AbsParent { public void Add(int x, int y) { Console.WriteLine(x + y); } public void Sub(int x,int y) { Console.WriteLine(x - y); } public abstract void Mul(int x, int y); public abstract void Div(int x, int y); } } -------------Child class:------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace testapp1.tests { class AbsChild : AbsParent { public override void Mul(int x, int y) { Console.WriteLine(x * y); } public override void Div(int x, int y) { Console.WriteLine(x / y); } public static void Main(String[] args) { AbsChild c = new AbsChild(); c.Add(1, 2); c.Sub(2, 1); c.Mul(1, 2); Console.ReadKey(); } } } May be the way it is explained in the video, is outdated.
sir seriously we need a teacher like u hats off u sir
i was one of your students in Naresh institute sir , and still what you have taught me in your lectures in my mind i really appreciate you sir thanks a lot and you are the best, and also thanks for the perfect institute Naresh institute
Bangar Raju Sir you are the best 🙏
Your way of explanations are awesome. Covering all points related to topic. Thanks for making more easier to understand concepts.
You are my best programming teacher.. 💖
Thanks NareshIT also.. 😊
This is Part 1
and part 2 is :- Working with Abstract Class and abstract Method....
Part 2 link:-th-cam.com/video/3NffVZlA9b0/w-d-xo.html
Your clarification is great & will be better if you create a series of videos for a complete project , to demonstrating the use of most objects of C#.
What do you think ?
Too good sir. You are my Guru 🙏
Best Teaching I've ever seen.
Whole concept is cleared by this video, Thanks
Thank you Naresh for this clear explanation.Finally learned about some Abstract magic
Simply Great.I really like ur way of teaching.
great sir thnk u my alot u teach me alot really a big solute from somalia(africa)
Awesome Sir, abstract classes clearly explained. Thank you
Clear conception on abstraction. Thank You so much, sir.
Awesome knowledge
Your video is very great and helpful. Thanks for sharing these videos. Thank you sir.
Word to word explanation thank you sir
Great explanation sir
Clear explanation and easy to understand sir ,thank you so much sir.
you are best. seriously understood ur way of teaching
Awesome explanation sir, thank u so much. Salute sir
Super explanation sir
Just awesome.👌
Ağzına sağlık be hacı abi. Aklıma oturdu sayende.
Thanks so much. 💯
10/10 much appreciated. Is there an entire c# series for beginners? I want to watch everything.
Video no.17 should come after video no.20
Nice explanation.I got clarity by this
Thanks a lot
Thank a lot Sir👌👍🙏 wonderful explanation
Thank you so much sir all points get cleared
Thank you Sir. Great Explanation .
Thank you sir for sharing the video. Kindly share the video for SOLID principle.
very good explanation sir.. thank you.
Good explanation sir
Great video
Video is very nice...it would be better if you share us real time scenarios on abstract.
yes, in case will provide realtime scenarios it would be awesmmm...
Amazing videos
You are great.
Great explained
Good lesson my man. Thanks a lot.
Awaesome explanation capabilities you have Naresh. Too good!
Very Nice Video.Sir please also make available each note pad which you write while explaining your tutorial.
very very much useful sir
Excellent broo
Very useful ......
great explanation sir.....please do a video on Serialization. Thanks
THANK YOU SIR .
Good sir
Well Taught Brother
Nice video!!!
Thankyou very much 🤩
many many thanks sir..
superb
Sir please upload Collection Videos
Thank you Sir.
Sir, U gave a useful explaination about abstract classes and methods, but we can't understand what is the use of abstraction ?..
Thanks you so much sir
gr8 sir
Hello sir. I have a question :- Can i overload or change the signature of an Abstract Method ();
Thanks.
Semma ....sir
thank u sir
Thank u sir.....
Tx u so much 🙏🙏🙏
Sir I understand this video . This program is inside the class only.but I want to know how abstract is working using web forms.can u share the practical concept using web form.
D best!
very well explained. thank you for sharing this video. ...
HOW CAN I GET THE NOTEPAD NOTES
Tq sir!!!
Thanks......
👍👍 Frm Pakistan
sir can you suggest a channel to learn computer networks and which teaches like you
thanks
Thnk yyou sir❤
Can we execution method overriding without using override key word ?
public void add(int a, int b)
{
Console.WriteLine(a + b);
}
hello sir, how is it not purley called class members .
hiGreat job, thank you .what about c++ tutorial,
Why abstract class doesnot support multiple inheritance. Sir can you explain about this...
Can u please tell in which real scenario we can use abstract class and interface.
How can we call a non abstract method from an abstract class to another class which is not a child class to the abstract class without instantiate it?
Hi, I am getting error "Program has more than one entry point defined" when running code in Visual Studio 2017.
----------Parent code:-------------
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace testapp1.tests
{
abstract class AbsParent
{
public void Add(int x, int y)
{
Console.WriteLine(x + y);
}
public void Sub(int x,int y)
{
Console.WriteLine(x - y);
}
public abstract void Mul(int x, int y);
public abstract void Div(int x, int y);
}
}
-------------Child class:-------------------
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace testapp1.tests
{
class AbsChild : AbsParent
{
public override void Mul(int x, int y)
{
Console.WriteLine(x * y);
}
public override void Div(int x, int y)
{
Console.WriteLine(x / y);
}
public static void Main(String[] args)
{
AbsChild c = new AbsChild();
c.Add(1, 2);
c.Sub(2, 1);
c.Mul(1, 2);
Console.ReadKey();
}
}
}
May be the way it is explained in the video, is outdated.
🙏
Can we create abstract class without abstract method?
When to use Abstract Class and when to use Interface ?
Appreciate the efforts. But why don't you just simply take a use case and explain through that.
love you sir
Why don't you explain all the type of class in c#.net
Nv chei
Hello
Thank you sir 👼
Thank you
Thanks you so much sir
Thank u sir.....
thanks sir