OOP Concepts

Object-oriented programming principles: polymorphism, inheritance, encapsulation, and abstraction

1
Easy Questions
8
Medium Questions
1
Hard Questions

Easy Questions (1)

#189EasyOOP Concepts

What is immutable ? example what is immutable class ?

View Details →CodeResources

Medium Questions (8)

Oops concept

oops
View Details →CodeResources
#144MediumOOP Concepts

What is DAO(Data Access Object) and its usage?

View Details →CodeResources
#148MediumOOP Concepts

What will be the data we get in runtimeType → function name or else class name or anything else ?

#190MediumOOP Concepts

What are all the local database i have worked on ? (SQL) - SQLite , (No SQL) - Sembast , objectbox

database
View Details →CodeResources
#362MediumOOP Concepts

Can we do Polymorphism in Flutter?

polymorphismoopdartinheritance
View Details →CodeResources

Does Flutter/Dart support interface classes? How do interfaces work in Dart?

dartinterfaceabstract-classimplementsoop
View Details →CodeResources

Abstract Class vs Concrete Class and Abstract Method vs Concrete Method

abstract-classconcrete-classabstract-methodoopdart
View Details →CodeResources

What will be the output of the following dart code? implements vs extends — difference between using it in class constructors and methods

dartoopsextendsimplementsinheritance

Hard Questions (1)

What is the difference between Abstract Class vs Interface Class vs Final Class vs Sealed Class?

dartoopabstract-classinterfacefinal-class
View Details →CodeResources