Single level inheritance | Types of Inheritance

  Рет қаралды 11,070

SoftwaretestingbyMKT

SoftwaretestingbyMKT

Күн бұрын

#54, In this video I have explained about Single level inheritance in Java.
Show your support Guys,
Like, share and subscribe to the channel.
Inheritance Video
• Inheritance in Java | ...
Watch my other videos too,
Derived model in software development life cycle video link
• Derived Model in Softw...
Prototype model in software development life cycle video link
• Prototype Model in SDL...
Spiral model in software development life cycle video link
• Spiral Model in SDLC, ...
Verification and Validation in software development life cycle video
• Verification and Valid...
Hybrid model in software development life cycle video video
• Hybrid Model in Softwa...
Waterfall model in software development video link
• Stages of Requirements...
Software development life cycle video link
• Software Development L...
What is manual testing, it's advantages and disadvantages video link
• What is Manual Testing...
What is Software testing video link
• What is Software Testi...
I work in the IT industry as a Software QA Engineer in Bangalore, India and I have worked on mobile applications, web applications, and API testing.
The main reason behind this channel is to educate people about software testing so that it will helpful for them to choose the right career and also to prepare for their interviews.
Adding my blog link
softwaretestingbymkt.blogspot.in
Adding my personal mail Id:
mkumartiwari1710@gmail.com
Adding my Quora profile link here:
www.quora.com/profile/Manish-...
Adding my Twitter account here,
(@MANISH171094): / manish171094

Пікірлер: 31
@imbukwa
@imbukwa Жыл бұрын
Thank you very much. You have made it simple to understand a very complicated subject my lecturers failed to explain in simple terms.
@ertoshikamendhe3362
@ertoshikamendhe3362 2 жыл бұрын
This video is very good and helpful to understand basis of single level inheritance. Thank you so much Sir 😊
@swapnamedidi519
@swapnamedidi519 2 жыл бұрын
I really like your concept of posting short 6 minutes to 10 minutes videos which is totally understandable without any confusion but with great clarity. I appreciate your great efforts to help people genuinely which is a selfless service.
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 2 жыл бұрын
Welcome.
@nikhil.l.asonawane482
@nikhil.l.asonawane482 2 жыл бұрын
Thank you sir your concepts are very easy to understand
@malnadshrusti3576
@malnadshrusti3576 4 жыл бұрын
Sir fast upload all the videos of inheritance. Thankyou
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 4 жыл бұрын
Very soon all videos will be live.
@heynams2420
@heynams2420 2 жыл бұрын
Thank you so much sir, your explanation is really best, easy to understand and because of you java become easy for me..!
@sonyveer1
@sonyveer1 3 жыл бұрын
Very well explained...superb
@Brother93Mali
@Brother93Mali 2 жыл бұрын
Manish, your video montage is exquisit! :D Thanks for the awesome lessons!
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 2 жыл бұрын
Thanks a ton
@amitkumardas4735
@amitkumardas4735 3 жыл бұрын
Lots of learn from your video sir
@RajaRaj-du6zm
@RajaRaj-du6zm 3 жыл бұрын
great vdos as always
@markapuramhari
@markapuramhari 3 жыл бұрын
Thank you for the nice video....
@radhiciri2142
@radhiciri2142 3 жыл бұрын
Thank you so much Manish ...all of your videos helped me a lot. Pls make more videos.
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Sure. 😀
@bageshreeful
@bageshreeful 3 жыл бұрын
it was well explained.
@real_hello_kitty
@real_hello_kitty 3 жыл бұрын
Thumb up.👍
@RajaRaj-du6zm
@RajaRaj-du6zm 4 жыл бұрын
Nice vdo sir
@nani-tb6dh
@nani-tb6dh 3 жыл бұрын
Great
@malnadshrusti3576
@malnadshrusti3576 3 жыл бұрын
Good videos
@atkuriajaykumar3701
@atkuriajaykumar3701 3 жыл бұрын
Thankyou sir
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Welcome
@atkuriajaykumar3701
@atkuriajaykumar3701 3 жыл бұрын
Good video sir
@SoftwaretestingbyMKT
@SoftwaretestingbyMKT 3 жыл бұрын
Welcome
@nazmak4194
@nazmak4194 3 жыл бұрын
Thank you sir.... Can we write main method in parent class???
@logeshlogesh375
@logeshlogesh375 3 жыл бұрын
we can inherit the static method also by using extends keyword
@user-tc2nl3wj7w
@user-tc2nl3wj7w 9 ай бұрын
Would I also be able to return an output from the parent class if it also have a return value and not just an attribute? Is it covered by a different lesson?
@ShyaniDutta
@ShyaniDutta Жыл бұрын
hi MKT, i have tried this programe on own but main method not defined error is coming, can you help
@ssk5433
@ssk5433 3 жыл бұрын
class InheritenceTopic { public static void meth(){ System.out.println("hai"); } } class Inherit1 extends InheritenceTopic{ private String p = "bye"; public static void main(String[] args){ Inherit1 obj = new Inherit1(); obj.meth(); System.out.println(obj.p); } } In the above program even though i used stastic keyword its compiled but, u said that , we should only use non static in the parent class . can u say the reason
@rakshithhs546
@rakshithhs546 Жыл бұрын
Can we get your email id
Multi Level Inheritance in Java | Learn Java
10:09
SoftwaretestingbyMKT
Рет қаралды 9 М.
This calling statement in Java or this()
14:27
SoftwaretestingbyMKT
Рет қаралды 17 М.
HOW DID HE WIN? 😱
00:33
Topper Guild
Рет қаралды 45 МЛН
Clowns abuse children#Short #Officer Rabbit #angel
00:51
兔子警官
Рет қаралды 49 МЛН
Хотите поиграть в такую?😄
00:16
МЯТНАЯ ФАНТА
Рет қаралды 2,3 МЛН
Hybrid Level Inheritance in Java | Learn Java
15:17
SoftwaretestingbyMKT
Рет қаралды 9 М.
Constructor Overloading in Java
10:34
SoftwaretestingbyMKT
Рет қаралды 22 М.