Automation Testing Interview Question on Inheritance | Core Java Interview Question | MKT

preview_player
Показать описание
To join my upcoming courses/classes please fill below form

Join this channel to get access to the perks:

Like, share and subscribe to the channel.
API Testing Playlist

Core Java Playlist

Selenium Playlist

Manual testing Playlist

Watch my other videos too,
Inheritance in Java video

Single level inheritance video

Multi Level Inheritance in Java video

Hierarchical Level Inheritance in Java video

Hybrid Level Inheritance in Java video

Method Overloading in Java video

This calling statement in Java or this() video

Constructor Overloading in Java video

Constructor in Java video

Static and Non Static Variables in Java video

How to Create an Object in Java & Handing non Static method video

Multiple static methods inside a single Class | How to deal it?

Methods in Java | What exactly is public static void main(String[] args)

Types of Variables in Java | Local,Global & Final Variables

Variable and Datatype in Java

Easy way to run a program in Java | First program in Java

Class and Object in java

50 Keywords in Java

Tokens in Java

How Java internally works?| Compilation & Interpretation

Introduction to Java | History of Java |Features of Java
Derived model in software development life cycle video link

Prototype model in software development life cycle video link

Spiral model in software development life cycle video link

Verification and Validation in software development life cycle video

Hybrid model in software development life cycle video video

Waterfall model in software development video link

Software development life cycle video link

What is manual testing, it's advantages and disadvantages video link

What is Software testing video link

I work in the IT industry as a Senior 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

Adding my personal mail Id:

Adding my Quora profile link here:

Adding my Twitter account here,
or
Facebook Page:

Join us on Telegram today,
SoftwaretestingbyMKT
For the latest update on software jobs and to discuss each and everything about Software Testing also get an opportunity to get on an audio/video call with me directly to you.
I make videos on daily basics and also help student all over the world for FREE. If my videos are helpful in anyway help "SoftwaretestingbyMKT" reach billions by supporting
OR
Рекомендации по теме
Комментарии
Автор

yes child class can be final …… as final class definition says final class can not be inherited but it can extends a non final class

akah
Автор

Child class will be final and always inherit parent class

ertoshikamendhe
Автор

Yes, Child Class can be final. But that final child class can't be inherited in other child class.

vinayakmore
Автор

If you want to no changes further then Child class Can be declared as a final as per project requirement but generally not declared as a final

Maheshdy
Автор

Yes, our child class ever be final Because we can not used final class property into another class Hence we can not used child class property into parent class and grandparent class but reverse we use, that way it will work and not give any compilation error when we make child class as final

BM_Mind-jeqo
Автор

yes a child class can be a final class, but a parent class cannot be a final class.

snehaj
Автор

No:-
Because final class can not be inherited and final class not aquire class property i.e final class Not extends any other class.

swapnilrautvloges
Автор

child class cannot not be final usually, but if parent class is declared as final it can be inherited but not overiden.

menagasenrayaperumal
Автор

Yes child class can be final based on programmer req it doesn't cause any compilation error

vundelamanisha
Автор

Yes child class can be final .bt it can not be inherited

sudhirguddad
Автор

No child class never be final ...
child class has to inherit property from the parent class and also has public static void main in it, any class that is final in nature cannot be inherited...
Conclusion:child class can never be final in nature

srikeerthi
Автор

No, Child class can't be final, only parent class can be final

bhagyalaxmibandari
Автор

No, child class cannot be final..only parents class can be final

swatibehera