ahha ganun pala..Thank youClass = blueprint or plano ng bahay (kumabaga autocad drawing ng plano, papel, hindi mo pa puweden tirahan)
Object = ay yung bahay mismo na gawa from the blueprint or plano (puwede mo ng tirhan)
In technical term: Object is the concrete INSTANCE of a Class
Halimbawa:
"public class House{ }" - is the way you create a class.
"House MyHouse = new House()" - is the way you create an object or make instance of House class
Another example:
Scanner input = new Scanner(System.in) - how you make object of the Scanner class
(Scanner class is gawa na ng Java)
Sir pwede mo ba ako i-tutor ? C# programmer ako sa new job ko at ung previous language malayo ung language ko e.. Help me especially sa OOP. Salamat sir in advancemagiging second nature mo na mga iyan habang tumatagal ka sa Java.
just keep coding. Pag may hindi ka naintindihan, huwag mong gawing sagabal sa iyo. Skip and balikan mo na lang later.
pag nahanap mo na yung "AHA!" moment, that's the most satisfying part. Pakiramdam mo lahat ng programming languages ay kayang kaya mo na (which is partly true).
Goodluck!

JaDyn
C# and Java are closed to each other. Very very close.
So kung susundan mo yung Tutorial ko under Java (I already have about 5 of the series) "Tutorial - oop - Illustrated", then you can apply that with C#. You just need to learn the C# syntax and how it do things.
Kung galing ka sa procedural programming then you are at advantage already. Lamang ka na. Konting adjustment na lang sa iyo para pag aralan mo ang Object Oriented Programming (oop).
Goodluck!
Ano po yang procedural programming?JaDyn
C# and Java are closed to each other. Very very close.
So kung susundan mo yung Tutorial ko under Java (I already have about 5 of the series) "Tutorial - oop - Illustrated", then you can apply that with C#. You just need to learn the C# syntax and how it do things.
Kung galing ka sa procedural programming then you are at advantage already. Lamang ka na. Konting adjustment na lang sa iyo para pag aralan mo ang Object Oriented Programming (oop).
Goodluck!