DEV Community

Discussion on: Welcome Thread - v31

Collapse
 
defgrav04 profile image
Mina Oh • Edited

Hello everyone,

I’m Mina, a Java developer turned C# developer. Although I’m a senior at my work, I still feel like there’s so much to learn. I think that’s the beauty of programming — constant learning.

I also blog on my spare time and am learning React natve. I’ve always dreamed of publishing an app but never really got around to it. I now focus more on writing on my blog (craftedserendipity.com) and programming.

My manager sent me an article from dev.to about code reviews. It piqued my interest so much that I decided to join the community.

Excited to learn from passionate, like-minded people, and to contribute my ideas and experiences to the community. :)

Collapse
 
khairiguiri123 profile image
khairiGuiri123

Mina Opada
hi ..
how to create oop in Lua-language

Collapse
 
defgrav04 profile image
Mina Oh

Hi Khairi, unfortunately, I have not tried programming in Lua yet. But, object-oriented programming is a type of programming design. It's kind of based on what the language is catered to.

So, in OOP, we can create classes and relate them to real-world entities. That is okay for, say, Java or C#. But in C, we can't do that because C language doesn't have classes.

Maybe you can apply the OOP Concepts in Lua language. These concepts include polymorphism, encapsulation, etc. Click here for more information on OOP. :)