Похожие чаты

If u want to use my windows application into other,

we create DLL of it.(similar to packages in java)

Best example would be using System. We are using dll named system in our application to use the functions & methods in it.

1. What is GAC ?
We use gac to store a common dll between multiple application.
Consider u have two adobe application which use same dll, they can store the file there.

2. What is dll hell ?
Well, earlier, if u installed new dll, earlier dll life would get override. If u have not implemented any function in the new dll, the program depended on it won't work.

So, we know have versioning of dll. So, the software can differenciate between 2 dll files.

3. What is boxing ?!
Boxing is to convert the value type (int, float or string) to object.
Pros:
1. As it's object, multiple value type can be stored together in collections.
2. Object is a reference type. Plz study difference between value & reference type.

How method overloading works ?!
Basically if u want to use the same function with multiple multiple parameter.

Ex: if u want to add 2 digits.
U can create two functions with same name but multiple parameter like

add(int,int) // add 2 num
add(int,int,int) //add 3 num

It will decided on runtime which method should be called. If there are 2 variable passed, it will go for 1st functional only.

Hope it helps 😁
This are for ur understanding only. Plz refer to online articles for exact terminology.

2 ответов

3 просмотра

👍👏👏👍

thank you, it is really helpful :)

Похожие вопросы

Обсуждают сегодня

Ясн. Но я всеравно к кедам отношусь с опасением. Чисто субьективное кедосозерцание. Что касаемо "восторга изяшности кед" так и не вкурил, хотя много слышал, пока не поставил с...
Артем Записной
30
They keep hyping $FUN but where's the progress? 🙄
Noah Noure
23
Btw guys very stupid question but i haven't researchd so js asking you pros . Can ltc be traced too? Literally point to pint to the user? And getting the banks blocked ? Exch...
20
type TObj = object procedure Init; virtual; end; TObj1 = object(TObj) procedure Init; override; end; procedure TObj1.Init; begin inherited; end; procedur...
Alexander 👋
29
Есть какой-нибудь для Delphi/FPC T*Compression(Decompression)Stream на базе LZ4/Zstd/любой другой быстрый(и хорошо сжимающий) алгоритм А ещё лучше в pure pascal А ещё лучше од...
notme
45
А чем вам питонисты не угодили?😂
.
79
How can a minority hashrate chain defend from a fork-hopping ASIC miner? The problem: 1. A miner comes into your network, and mines at 60-70% hashrate. 2. After some time, th...
Kishniev
13
Hey guys, did you see the new announcement about $Fun? 🔥
Filip Murphy
55
yeap, thanks guys for response, but I really like to understand does a pool created on curve.fi has the option or api or I can call a function of a smart contract to set excha...
Oleg Karoza
10
Hey people, how do I unstake from the old pool and stake in the new pool??
Dyldo Baggins
24
Карта сайта