JAVA Object Oriented Programming #1 | Introduction | Tagalog

preview_player
Показать описание
Welcome to our YouTube series on Object-Oriented Programming (OOP) with Java! 🌟📚 In this introductory video, we'll be diving into the fundamental concepts of OOP using the widely-used Java programming language. 🚀💻 Join us as we explore the core principles of OOP, including classes, objects, inheritance, polymorphism, and encapsulation. 💡🧩

If you're interested in learning about OOP in Tagalog, this series is perfect for you! 🇵🇭🗣️ We'll be delivering the content in Tagalog to make it accessible and easy to grasp for Tagalog-speaking audiences.

Whether you're a beginner looking to get started with Java and OOP or an experienced programmer seeking to strengthen your OOP skills, this series has something for everyone. 🎓🤝 Subscribe now and hit the notification bell 🔔🔴 so you won't miss any of our upcoming tutorials. Let's embark on this exciting journey of Object-Oriented Programming with Java in Tagalog together! 💪😊👨‍💻

#Java #OOP #Tagalog #Programming #ObjectOrientedProgramming
Рекомендации по теме
Комментарии
Автор

Wohooo maraming salamat sir step by step kaya mas madali maintindihan❤

Insgregorio
Автор

husay. napa subscribe ako agad nakita ko palang sa tiktok. assoc software engineer ako pero di marunong mag codes.. mag shift mag QA tester pero hirap makahanap work hahaha baka mapabalik ako dev.

ManganenTV
Автор

Solid yung paliwanag. Yung 2 sem na inaaral namin tong java mas naintindhan ko pa sa video na to.

jameswatson
Автор

Salamat sir. I've been watching your Java video from first tutorial til this video. Ang dami Kong natutunan.keep it up sir! Soon your channel will be on top 🎉🎉🎉. Thank you.

bisdak
Автор

about po dun 31:00,

pwede po ba kung ganito?
temperature ( int temp || float temp )

jeremiemoldera
Автор

Sir, gaya ng example na nasa ibaba po. Paano ko ba ma-add si "mylabel" papunta kay "myframe"? hindi ko kasi sila pinagsama sa isang place po pero nasa iisang class lang naman sila. Sana mapansin po.maraming salamat

public class Test1{

public static void myframe(){

JFrame f=new JFrame();
f.setSize(500, 500);
f.setVisible(true);


}

public static void mylabel(){

JLabel l=new JLabel();
l.setbounds(100, 100, 100, 100);

}
}

JehanSaren
Автор

sinunod ko naman pero hindi nag print hahaa mali na sa system.out.printin

alescorel